Local testing.
This commit is contained in:
parent
704620e2f7
commit
3312930d5a
|
@ -19,13 +19,13 @@ export default defineConfig({
|
|||
strictPort: true,
|
||||
proxy: {
|
||||
"/api/": {
|
||||
// target: "http://localhost:8080",
|
||||
target: "https://formular.hamburg.freifunk.net",
|
||||
target: "http://localhost:8080",
|
||||
// target: "https://formular.hamburg.freifunk.net",
|
||||
changeOrigin: true,
|
||||
},
|
||||
"/internal/api/": {
|
||||
// target: "http://localhost:8080",
|
||||
target: "https://formular.hamburg.freifunk.net",
|
||||
target: "http://localhost:8080",
|
||||
// target: "https://formular.hamburg.freifunk.net",
|
||||
changeOrigin: true,
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue