diff --git a/lemur/static/app/angular/app.js b/lemur/static/app/angular/app.js index 3830a672..5a1a709a 100644 --- a/lemur/static/app/angular/app.js +++ b/lemur/static/app/angular/app.js @@ -29,7 +29,7 @@ var lemur = angular $authProvider.oauth2({ name: 'example', - url: 'http://localhost:5000/api/1/auth/ping', + url: 'http://localhost:8000/api/1/auth/ping', redirectUri: 'http://localhost:3000/', clientId: 'client-id', responseType: 'code',