Skip to content

Commit 758ded8

Browse files
committed
Add temp logging
1 parent 3a3e486 commit 758ded8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dashboard/new-dashboard/src/configurators/ServerWithCompressConfigurator.ts

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ export class ServerWithCompressConfigurator implements ServerConfigurator {
3232
}
3333

3434
private determineServerUrl(): string {
35+
console.log(window.location.hostname)
3536
if (window.location.hostname === "ij-perf-api.labs.jb.gg") {
3637
return ServerWithCompressConfigurator.INTRANET_SERVER_URL
3738
} else {

0 commit comments

Comments
 (0)