Skip to content

Commit

Permalink
Update API_BASE_URL
Browse files Browse the repository at this point in the history
  • Loading branch information
jthoward64 committed Nov 22, 2023
1 parent 88cc842 commit b65744b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/portal/src/config/api.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const API_BASE_URL =
import.meta.env.MODE === "development"
? "http://localhost:8000"
: "https://app.danceblue.org";
: new URL(window.location.href).origin;

0 comments on commit b65744b

Please sign in to comment.