fixed missed commented out section

This commit is contained in:
Kasra Bigdeli
2017-12-18 16:49:45 -08:00
parent c4931fa2c0
commit 4edc69f564
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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) {
+1 -1
View File
@@ -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) {