mirror of
https://github.com/fluencelabs/registry-demo
synced 2025-04-26 16:52:15 +00:00
deploy fix url
This commit is contained in:
parent
85b38f2901
commit
7a90db498f
File diff suppressed because one or more lines are too long
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user