Fixing the startup port

This commit is contained in:
kevgliss 2015-12-02 17:13:52 -08:00
parent 9b11efd1e5
commit 78037dc9ec
1 changed files with 1 additions and 1 deletions

View File

@ -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',