Skip to content

Commit bdc5366

Browse files
committed
add frontend fix
1 parent 30d8ad4 commit bdc5366

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/lib/api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const API_BASE_URL = process.env.NEXT_PUBLIC_API_URL;
1+
const API_BASE_URL = "https://api.ar.boetus.com";
22

33
export interface TotalSessionsResponse {
44
total_sessions: number;

0 commit comments

Comments
 (0)