chore: fix frontend dev proxy settings
(cherry picked from commit 7a4d0c0c08)
This commit is contained in:
parent
6ce0852fed
commit
f8b304354d
@ -29,7 +29,7 @@ export default defineConfig(({ command }) => {
|
||||
resolve,
|
||||
server: {
|
||||
proxy: {
|
||||
"/api": "http://localhost:8080",
|
||||
"/api": "http://127.0.0.1:8080",
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user