diff --git a/src/config/proxy.ts b/src/config/proxy.ts index af860ef..9d6c263 100644 --- a/src/config/proxy.ts +++ b/src/config/proxy.ts @@ -1,7 +1,6 @@ export const proxy = { "/dev/": { - // target: "http://127.0.0.1:8001", - target: "https://test-admin.cool-js.cloud", + target: "http://127.0.0.1:8001", changeOrigin: true, rewrite: (path: string) => path.replace(/^\/dev/, "") }, diff --git a/stats.html b/stats.html index e33494b..7d0aa90 100644 --- a/stats.html +++ b/stats.html @@ -4822,7 +4822,7 @@ var drawChart = (function (exports) {