Renamed /authorize to not conflict with nucleus
This commit is contained in:
parent
7462de9d1e
commit
cdda34490f
2 changed files with 2 additions and 2 deletions
4
main.go
4
main.go
|
@ -461,8 +461,8 @@ func Main(information library.ServiceInitializationInformation) {
|
|||
renderTemplate(200, w, nil, "packages.html", information)
|
||||
})
|
||||
|
||||
router.Get("/authorize", func(w http.ResponseWriter, r *http.Request) {
|
||||
renderTemplate(200, w, nil, "authorize.html", information)
|
||||
router.Get("/oauth", func(w http.ResponseWriter, r *http.Request) {
|
||||
renderTemplate(200, w, nil, "oauth.html", information)
|
||||
})
|
||||
|
||||
// Report a successful activation
|
||||
|
|
Reference in a new issue