From 08364ca10790ddfcff7f9a1d25b2c0801bac61ea Mon Sep 17 00:00:00 2001 From: Lauren Barker Date: Tue, 18 Apr 2017 16:38:51 -0400 Subject: [PATCH] Update local SHARE urls --- config/environment.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/environment.js b/config/environment.js index f64e8931..c25f5070 100644 --- a/config/environment.js +++ b/config/environment.js @@ -54,8 +54,8 @@ module.exports = function(environment) { }; //this needs to go in an actual env at some point ENV.csrfCookie = 'csrftoken'; - ENV.apiBaseUrl = 'http://localhost:8000'; - ENV.apiUrl = 'http://localhost:8000/api/v2'; + ENV.apiBaseUrl = 'http://localhost:38000'; + ENV.apiUrl = 'http://localhost:38000/api/v2'; ENV.curationEnabled = true; // if (environment === 'development') {