more updates
This commit is contained in:
parent
1f36db3d89
commit
19076efbb3
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue