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