Skip to content

Commit 61894f4

Browse files
authored
Merge pull request #81 from databucket/3.4.0
v.3.4.1
2 parents 495a4d6 + f6c26cb commit 61894f4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

frontend/src/utils/UrlBuilder.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export const getOrigin = () => {
2-
// const origin = window.location.origin;
3-
const origin = 'http://localhost:8080';
2+
const origin = window.location.origin;
3+
// const origin = 'http://localhost:8080';
44
return origin + getContextPath();
55
}
66

0 commit comments

Comments
 (0)