Selaa lähdekoodia

fix config.js

allen 2 vuotta sitten
vanhempi
sitoutus
c3cde47f47
2 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  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',