Explorar el Código

fix config.js

allen hace 2 años
padre
commit
c3cde47f47
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1 1
      public/config.js
  2. 1 1
      src/assets/knowledge/config/config.js

+ 1 - 1
public/config.js

@@ -2,7 +2,7 @@ window.global = {
 	env: 'dev',
 	baseUrl: function() {
 		return {
-			dev: 'http://47.108.150.237:11083/prod-api',
+			dev: 'http://47.108.150.237:10083/prod-api',
 			test: 'http://10.10.12.85:2004/graph',
 			local: 'http://localhost:2004',
 			prod: 'http://unigraph.xian.algmarket.com',

+ 1 - 1
src/assets/knowledge/config/config.js

@@ -2,7 +2,7 @@ window.global = {
 	env: 'dev',
 	baseUrl: function() {
 		return {
-			dev: 'http://47.108.150.237:11083/prod-api',
+			dev: 'http://47.108.150.237:10083/prod-api',
 			test: 'http://10.10.12.85:2004/graph',
 			local: 'http://localhost:2004',
 			prod: 'http://unigraph.xian.algmarket.com',