We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 495a4d6 + f6c26cb commit 61894f4Copy full SHA for 61894f4
1 file changed
frontend/src/utils/UrlBuilder.js
@@ -1,6 +1,6 @@
1
export const getOrigin = () => {
2
- // const origin = window.location.origin;
3
- const origin = 'http://localhost:8080';
+ const origin = window.location.origin;
+ // const origin = 'http://localhost:8080';
4
return origin + getContextPath();
5
}
6
0 commit comments