deploy fix url

This commit is contained in:
Pavel Murygin 2022-02-24 19:50:30 +03:00
parent 85b38f2901
commit 7a90db498f
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -49,7 +49,7 @@ export function enable(id: string) {
} }
export function link(id: string): string { export function link(id: string): string {
return window.location.origin + '?join=' + id; return window.location.hostname + '?join=' + id;
} }
interface DiscoveredUser { interface DiscoveredUser {