Skip to content

Commit

Permalink
webapp/utils: revert dev change
Browse files Browse the repository at this point in the history
  • Loading branch information
inciner8r committed Nov 6, 2023
1 parent 7d0d885 commit dfa34b4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions webapp/src/modules/Utils.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export function getBaseUrl(): string {
// const { protocol, host } = window.location;
return `http://localhost:9080`;
}
const { protocol, host } = window.location;
return `${protocol}//${host}`;
}

0 comments on commit dfa34b4

Please sign in to comment.