* added /c/ route

merge-requests/5/head
Dominika Liberda 2021-03-30 23:22:32 +02:00
parent c713490cc8
commit 02eaae1023
1 changed files with 1 additions and 0 deletions

View File

@ -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"