diff --git a/config/dev.env.js b/config/dev.env.js index ff2cf68..786fb2a 100644 --- a/config/dev.env.js +++ b/config/dev.env.js @@ -6,7 +6,7 @@ NODE_ENV: '"development"', // BASE_API: '"http://rest.apizza.net/mock/cfbb939c147bb6d68372de83af189fee"' // BASE_API: '"http://119.254.103.80:14537"', - BASE_API: '"http://192.168.0.212:8083"', - // BASE_API: '"http://20.1.11.52:5988"', + // BASE_API: '"http://192.168.0.212:8083"', + BASE_API: '"http://20.1.11.52:5988"', // BASE_API: '"http://192.168.0.225:8083"', })