Skip to content

Commit

Permalink
Update host.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Vayras authored Jan 26, 2024
1 parent c385424 commit c981729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/host.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const externalDockerHosts = ['localhost:23007', 'localhost:23000'];

export function getHost(): string {
const host = window.location.host.includes('localhost') ? 'localhost:5002' : window.location.host;
return 'people-test.sphinx.chat';
return host;
}

export function getHostIncludingDockerHosts() {
Expand Down

0 comments on commit c981729

Please sign in to comment.