bashtube/routes.sh

11 lines
418 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-03-30 23:22:32 +02:00
router "/c/:c" "${cfg[namespace]}/webroot/channel.shs"
2021-02-18 01:17:09 +01:00
router "/channel/:id" "${cfg[namespace]}/webroot/channel.shs"
router "/user/:user" "${cfg[namespace]}/webroot/channel.shs"
router "/playlist" "${cfg[namespace]}/webroot/playlist.shs"
2021-03-01 23:28:53 +01:00
router "/watch" "${cfg[namespace]}/webroot/watch.shs"
2021-05-03 01:06:01 +02:00
router "/proxy" "${cfg[namespace]}/webroot/proxy.shs"