diff --git a/vingo/handlers/auth.go b/vingo/handlers/auth.go index 9629359..3b578ea 100644 --- a/vingo/handlers/auth.go +++ b/vingo/handlers/auth.go @@ -10,7 +10,7 @@ import ( ) const ( - ZAUTH_URL = "https://adams.ugent.be" + ZAUTH_URL = "https://zauth.zeus.gent" CALLBACK_PATH = "/auth/callback" // TODO: hardcode ono )