more updates

This commit is contained in:
MathMan05 2024-12-11 22:21:45 -06:00
parent 1f36db3d89
commit 19076efbb3

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/")||path==="/invite"){
html="./invite.html"
}
}