We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30d8ad4 commit bdc5366Copy full SHA for bdc5366
1 file changed
frontend/src/lib/api.ts
@@ -1,4 +1,4 @@
1
-const API_BASE_URL = process.env.NEXT_PUBLIC_API_URL;
+const API_BASE_URL = "https://api.ar.boetus.com";
2
3
export interface TotalSessionsResponse {
4
total_sessions: number;
0 commit comments