mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-28 09:23:08 +08:00
feat(server): add regression test for handling empty request bodies
feat(terminal): focus terminal on click fix(vite): update API proxy path to avoid frontend route conflicts
This commit is contained in:
@@ -41,7 +41,8 @@ export default defineConfig({
|
||||
strictPort: true,
|
||||
proxy: {
|
||||
// Backend API proxy
|
||||
'/api': {
|
||||
// Use `/api/` (not `/api`) to avoid accidentally proxying frontend routes like `/api-settings`.
|
||||
'/api/': {
|
||||
target: backendHttpTarget,
|
||||
changeOrigin: true,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user