bashtube/routes.sh

12 lines
489 B
Bash

#router "/profile/:user" "app/webroot/index.shs"
#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"
router "/watch/" "${cfg[namespace]}/webroot/watch.shs"
router "/proxy" "${cfg[namespace]}/webroot/proxy.shs"
router "/results" "${cfg[namespace]}/webroot/search.shs"