fix(gateway): add health and pairing proxy routes to vite dev server (#3056)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
195c7ba919
commit
67e581d8ae
@ -16,6 +16,14 @@ export default defineConfig({
|
||||
},
|
||||
server: {
|
||||
proxy: {
|
||||
"/health": {
|
||||
target: "http://localhost:5555",
|
||||
changeOrigin: true,
|
||||
},
|
||||
"/pair": {
|
||||
target: "http://localhost:5555",
|
||||
changeOrigin: true,
|
||||
},
|
||||
"/api": {
|
||||
target: "http://localhost:5555",
|
||||
changeOrigin: true,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user