Skip to content

Commit 135faeb

Browse files
authored
Update vite.config.js
1 parent 24847b2 commit 135faeb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/vite.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export default defineConfig({
77
server: {
88
proxy: {
99
"/api": {
10-
target: "http://localhost:8080",
10+
target: "http://api.pirocheck.org:8080/api",
1111
changeOrigin: true,
1212
},
1313
},

0 commit comments

Comments
 (0)