Fix auth token url
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Peter Stuifzand 2021-10-31 01:47:11 +02:00
parent 068104d20e
commit 5606fdf95c
Signed by: peter
GPG Key ID: 374322D56E5209E8

View File

@ -42,7 +42,7 @@ func NewApp(options AppOptions) (*App, error) {
app.backend = backend
// FIXME: load from database
app.backend.TokenEndpoint = "https://p83.nl/auth/token"
app.backend.TokenEndpoint = "https://p83.nl/authtoken"
app.backend.Me = "https://p83.nl/"
app.backend.AuthEnabled = options.AuthEnabled