diff --git a/app-backend/dist/js/dashboard.min.js b/app-backend/dist/js/dashboard.min.js index 25fc249..0dff67d 100644 --- a/app-backend/dist/js/dashboard.min.js +++ b/app-backend/dist/js/dashboard.min.js @@ -93,7 +93,7 @@ angular // Uncomment the following line if you have dnsmasq installed // BASE_API = 'http://captain.captain.x/api/v1/'; // Uncomment the following line if you don't have dnsmasq installed - BASE_API = 'http://127.0.0.1:3000/api/v1/'; + // BASE_API = 'http://127.0.0.1:3000/api/v1/'; function ApiManager(captainLogger, $http, $timeout) { diff --git a/app-frontend/src/js/captain/apiManager.js b/app-frontend/src/js/captain/apiManager.js index eff1d53..fc1a755 100644 --- a/app-frontend/src/js/captain/apiManager.js +++ b/app-frontend/src/js/captain/apiManager.js @@ -11,7 +11,7 @@ // Uncomment the following line if you have dnsmasq installed // BASE_API = 'http://captain.captain.x/api/v1/'; // Uncomment the following line if you don't have dnsmasq installed - BASE_API = 'http://127.0.0.1:3000/api/v1/'; + // BASE_API = 'http://127.0.0.1:3000/api/v1/'; function ApiManager(captainLogger, $http, $timeout) {