apply the new link "wapp.log.yuanjin.net"

This commit is contained in:
Luk Lu
2019-11-24 19:39:16 +08:00
parent eb0a647ca9
commit 587fb53942
4 changed files with 5 additions and 4 deletions

View File

@@ -14,5 +14,5 @@ export function generateInviteHref(invite: string): string {
if (isLocalhost) {
return `${window.location.origin}${postfix}`
}
return `https://vic.yuanjin.net/webapp/#${postfix}`;
return `https://wapp.vic.yuanjin.net/#${postfix}`;
}