Commit d6253128 authored by JoyJ's avatar JoyJ

change proxy link

parent f44daf73
Pipeline #23794 canceled with stages
...@@ -15,7 +15,7 @@ export default defineConfig({ ...@@ -15,7 +15,7 @@ export default defineConfig({
server: { server: {
proxy: { proxy: {
"/api/": { "/api/": {
target: "http://192.168.31.103:25702", target: "http://rrpg.duels.link",
changeOrigin: true, changeOrigin: true,
rewrite: (path) => path.replace(/^\/api/, ""), rewrite: (path) => path.replace(/^\/api/, ""),
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment