bashtube/routes.sh

12 lines
489 B
Bash
Raw Permalink Normal View History

2021-02-18 01:17:09 +01:00
#router "/profile/:user" "app/webroot/index.shs"
#router "/uwu" "owo"
2021-02-26 23:23:55 +01:00
2021-08-29 12:34:19 +02:00
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"