From fa954dd6e2a78b3ba9395dabf43e43defe968c7b Mon Sep 17 00:00:00 2001 From: Nitin Goyal Date: Tue, 19 Dec 2017 15:17:00 +0530 Subject: [PATCH] update the top level domain for development update the top level domain for development --- app-backend/dist/js/dashboard.min.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-backend/dist/js/dashboard.min.js b/app-backend/dist/js/dashboard.min.js index c4183d7..18cb5aa 100644 --- a/app-backend/dist/js/dashboard.min.js +++ b/app-backend/dist/js/dashboard.min.js @@ -91,7 +91,7 @@ angular // 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/'; @@ -1653,4 +1653,4 @@ function rdWidget() { function link(scope, element, attrs) { /* */ } -}; \ No newline at end of file +};