Browse Source

fix path

pull/1/head
Rob Colbert 3 years ago
parent
commit
d186fa4ed3
  1. 2
      app/services/oauth2.js

2
app/services/oauth2.js

@ -80,7 +80,7 @@ class OAuth2Service extends SiteService {
);
app.post(
'/token',
'/oauth2/token',
passport.authenticate(['basic', 'oauth2-client-password'], { session: false }),
this.server.token(),
this.server.errorHandler(),

Loading…
Cancel
Save