We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 135faeb commit d1fb9ecCopy full SHA for d1fb9ec
frontend/vite.config.js
@@ -7,7 +7,7 @@ export default defineConfig({
7
server: {
8
proxy: {
9
"/api": {
10
- target: "http://api.pirocheck.org:8080/api",
+ target: "http://localhost:8080",
11
changeOrigin: true,
12
},
13
0 commit comments