Skip to content

Commit

Permalink
Fixed getBaseURL() and added comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
aryaei2000 committed Dec 6, 2024
1 parent de990cf commit 1654aca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/src/Utility.js
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ export function getWindowLocationHref(){
}

export function getBaseURL(){
window.location.origin;
return window.location.origin;
}

/**
Expand Down

0 comments on commit 1654aca

Please sign in to comment.