Fixing the startup port
This commit is contained in:
parent
9b11efd1e5
commit
78037dc9ec
2
lemur/static/app/angular/app.js
vendored
2
lemur/static/app/angular/app.js
vendored
@ -29,7 +29,7 @@ var lemur = angular
|
|||||||
|
|
||||||
$authProvider.oauth2({
|
$authProvider.oauth2({
|
||||||
name: 'example',
|
name: 'example',
|
||||||
url: 'http://localhost:5000/api/1/auth/ping',
|
url: 'http://localhost:8000/api/1/auth/ping',
|
||||||
redirectUri: 'http://localhost:3000/',
|
redirectUri: 'http://localhost:3000/',
|
||||||
clientId: 'client-id',
|
clientId: 'client-id',
|
||||||
responseType: 'code',
|
responseType: 'code',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user