mirror of
https://github.com/caprover/caprover
synced 2026-05-06 03:30:29 +00:00
fixed missed commented out section
This commit is contained in:
Vendored
+1
-1
@@ -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) {
|
||||
|
||||
|
||||
@@ -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) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user