Skip to content

Commit

Permalink
Use relative configure-beta calls
Browse files Browse the repository at this point in the history
  • Loading branch information
tariqksoliman committed Sep 24, 2024
1 parent 152aa67 commit ac1c02b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure/src/core/calls.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const domain =
window.mmgisglobal.NODE_ENV === "development"
? "http://localhost:8888/"
: window.location.origin + (window.mmgisglobal.ROOT_PATH || "") + "/";
: (window.mmgisglobal.ROOT_PATH || "") + "/";

const c = {
missionPath: "Missions/",
Expand Down

0 comments on commit ac1c02b

Please sign in to comment.