fix invite page bugs

This commit is contained in:
MathMan05
2024-12-11 21:44:50 -06:00
parent a0e4888806
commit ac0901aa1c
2 changed files with 2 additions and 2 deletions

View File

@@ -68,7 +68,7 @@ function toPath(url:string):string{
const path=Url.pathname;
if(path.startsWith("/channels")){
html="./index.html"
}else if(path.startsWith("/invite")){
}else if(path.startsWith("/invite/")){
html="./invite.html"
}
}