There was an error while loading. Please reload this page.
1 parent e292a93 commit 98080b8Copy full SHA for 98080b8
2 files changed
frontend-nextjs/src/lib/api.ts
@@ -1,4 +1,4 @@
1
-const API_BASE_URL = process.env.NEXT_API_BASE_URL || "http://localhost:8080";
+const API_BASE_URL = process.env.NEXT_API_BASE_URL || "https://chaos-api.devsoc.app";
2
3
const isServer = typeof window === "undefined";
4
frontend-nextjs/src/proxy.ts
@@ -34,6 +34,6 @@ export function proxy(request: NextRequest) {
34
export const config = {
35
matcher: [
36
// Skip all internal paths (_next)
37
- "/((?!_next|api|favicon.ico|placeholder.svg|chaos.png).*)",
+ "/((?!_next|api|status|favicon.ico|placeholder.svg|chaos.png).*)",
38
],
39
};
0 commit comments