We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69f65f7 commit 1d8ae1dCopy full SHA for 1d8ae1d
frontend/vite.config.ts
@@ -13,7 +13,7 @@ export default defineConfig({
13
port: 5173,
14
strictPort: true,
15
proxy: {
16
- '/api': 'http://localhost:8000',
+ "/api": "http://localhost:8000",
17
},
18
19
});
0 commit comments