From 78037dc9ecd8a11ec80b1452f5971edae4b055a7 Mon Sep 17 00:00:00 2001 From: kevgliss Date: Wed, 2 Dec 2015 17:13:52 -0800 Subject: [PATCH] Fixing the startup port --- lemur/static/app/angular/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',