icssoa 1 rok temu
rodzic
commit
d6fff3cbf6
1 zmienionych plików z 1 dodań i 3 usunięć
  1. 1 3
      src/config/proxy.ts

+ 1 - 3
src/config/proxy.ts

@@ -1,8 +1,6 @@
 export const proxy = {
 export const proxy = {
 	"/dev/": {
 	"/dev/": {
-		target: "http://192.168.0.119:8001",
-		// target: "http://127.0.0.1:8004",
-		// target: "https://test-admin.cool-js.cloud",
+		target: "http://127.0.0.1:8001",
 		changeOrigin: true,
 		changeOrigin: true,
 		rewrite: (path: string) => path.replace(/^\/dev/, "")
 		rewrite: (path: string) => path.replace(/^\/dev/, "")
 	},
 	},