feat(api): add frontend API and Query hooks for proxy config

Add TypeScript wrappers and TanStack Query hooks for:
- Global proxy config (address, port, logging)
- Per-app proxy config (failover, timeouts, circuit breaker)
- Proxy takeover status management
This commit is contained in:
YoVinchen
2025-12-24 23:46:06 +08:00
parent 00a94e118f
commit 5fcddbd096
4 changed files with 36 additions and 11 deletions
+1
View File
@@ -1,3 +1,4 @@
export * from "./queryClient";
export * from "./queries";
export * from "./mutations";
export * from "./proxy";