diff --git a/routes.sh b/routes.sh index 001dc09..59c3da3 100644 --- a/routes.sh +++ b/routes.sh @@ -2,6 +2,7 @@ #router "/uwu" "owo" +router "/c/:c" "${cfg[namespace]}/webroot/channel.shs" router "/channel/:id" "${cfg[namespace]}/webroot/channel.shs" router "/user/:user" "${cfg[namespace]}/webroot/channel.shs" router "/playlist" "${cfg[namespace]}/webroot/playlist.shs"