chore: fix frontend dev proxy settings

pull/2671/head
Oleg Lobanov 2023-08-26 14:01:01 +02:00
parent 8838a09cf5
commit 7a4d0c0c08
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ export default defineConfig(({ command }) => {
resolve, resolve,
server: { server: {
proxy: { proxy: {
"/api": "http://localhost:8080", "/api": "http://127.0.0.1:8080",
}, },
}, },
}; };