From b45e3f59890cab768ac29ffcaadc326eb6356106 Mon Sep 17 00:00:00 2001 From: Nitin Goyal Date: Tue, 19 Dec 2017 15:14:44 +0530 Subject: [PATCH] update the top level domain for development update the top level domain for development --- app-frontend/src/js/captain/apiManager.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-frontend/src/js/captain/apiManager.js b/app-frontend/src/js/captain/apiManager.js index fc1a755..8abfe77 100644 --- a/app-frontend/src/js/captain/apiManager.js +++ b/app-frontend/src/js/captain/apiManager.js @@ -9,7 +9,7 @@ // In developement // Uncomment the following line if you have dnsmasq installed - // BASE_API = 'http://captain.captain.x/api/v1/'; + // BASE_API = 'http://captain.captain.localhost/api/v1/'; // Uncomment the following line if you don't have dnsmasq installed // BASE_API = 'http://127.0.0.1:3000/api/v1/';