Skip to content

Commit f6c26cb

Browse files
author
Krzysiek_QM
committed
v.3.4.1
- added configuration to set sender email address
1 parent 5b8fd45 commit f6c26cb

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)