Skip to content

Commit a1944d5

Browse files
committed
fix: dev env
1 parent 2fa89ac commit a1944d5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

vite.config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ export default defineConfig({
66
plugins: [sveltekit(), tailwindcss()],
77
server: {
88
proxy: {
9-
'/api': 'http://backend:8000',
10-
'/logout': 'http://backend:8000',
11-
'/login': 'http://backend:8000',
9+
'/api': 'http://127.0.0.1:8000',
10+
'/logout': 'http://127.0.0.1:8000',
11+
'/login': 'http://127.0.0.1:8000',
1212
}
1313
}
1414
});

0 commit comments

Comments
 (0)