Skip to content

Commit 833ca3b

Browse files
committedFeb 3, 2025·
fix: set api url to actual server again
1 parent 2a5251c commit 833ca3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎admin/src/constants.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export const API_URL = import.meta.env.PUBLIC_API_URL || "http://localhost:3000";
1+
export const API_URL = import.meta.env.PUBLIC_API_URL || "https://asgard.socstech.support";
22
export const Y2_URL = import.meta.env.PUBLIC_Y2_URL || "https://yggdrasil.socstech.support";
33
export const PUBLIC_ROUTES = [ "/login", "/forgot-password", "/change-password" ]
44

0 commit comments

Comments
 (0)
Please sign in to comment.