Skip to content

Commit

Permalink
fix: remove people-test url as host
Browse files Browse the repository at this point in the history
  • Loading branch information
tobi-bams committed Dec 13, 2024
1 parent 17d5c16 commit 92e2f1c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/config/host.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ const externalDockerHosts = ['localhost:23007', 'localhost:23000'];
export function getHost(): string {
const host = window.location.host.includes('localhost')
? window.location.host.includes('localhost:3007')
? // ? 'localhost:13000'
'people-test.sphinx.chat'
? 'localhost:13000'
: 'localhost:5002'
: window.location.host;
return host;
Expand Down

0 comments on commit 92e2f1c

Please sign in to comment.