Skip to content

Commit

Permalink
fix: set api url to actual server again
Browse files Browse the repository at this point in the history
  • Loading branch information
cooperj committed Feb 3, 2025
1 parent 2a5251c commit 833ca3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/src/constants.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const API_URL = import.meta.env.PUBLIC_API_URL || "http://localhost:3000";
export const API_URL = import.meta.env.PUBLIC_API_URL || "https://asgard.socstech.support";
export const Y2_URL = import.meta.env.PUBLIC_Y2_URL || "https://yggdrasil.socstech.support";
export const PUBLIC_ROUTES = [ "/login", "/forgot-password", "/change-password" ]

Expand Down

0 comments on commit 833ca3b

Please sign in to comment.