Renamed /authorize to not conflict with nucleus

This commit is contained in:
Arzumify 2024-10-02 21:31:29 +01:00
parent 7462de9d1e
commit cdda34490f
2 changed files with 2 additions and 2 deletions

View file

@ -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