Feat: backend supports with cookies

This commit is contained in:
Fijxu
2024-09-15 14:42:06 -03:00
parent 8f46bd5751
commit 33ffafb9e3
5 changed files with 46 additions and 0 deletions

View File

@@ -21,6 +21,7 @@ module Invidious::Routing
get "/privacy", Routes::Misc, :privacy
get "/licenses", Routes::Misc, :licenses
get "/redirect", Routes::Misc, :cross_instance_redirect
get "/switchbackend", Routes::BackendSwitcher, :switch
self.register_channel_routes
self.register_watch_routes