rename wapp and webapp to app

This commit is contained in:
Luk Lu
2020-01-02 11:38:55 +08:00
parent 4b1ae530a6
commit 35499f927d
4 changed files with 8 additions and 8 deletions

View File

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