mirror of
https://github.com/iv-org/invidious.git
synced 2025-08-06 13:34:25 -04:00
Re-add comments that declare PubSubHubbub routes
This commit is contained in:
parent
1aaa344a61
commit
2fe9345584
1 changed files with 2 additions and 0 deletions
|
@ -375,6 +375,8 @@ Invidious::Routing.get "/feed/channel/:ucid", Invidious::Routes::Feeds, :rss_cha
|
||||||
Invidious::Routing.get "/feed/private", Invidious::Routes::Feeds, :rss_private
|
Invidious::Routing.get "/feed/private", Invidious::Routes::Feeds, :rss_private
|
||||||
Invidious::Routing.get "/feed/playlist/:plid", Invidious::Routes::Feeds, :rss_playlist
|
Invidious::Routing.get "/feed/playlist/:plid", Invidious::Routes::Feeds, :rss_playlist
|
||||||
Invidious::Routing.get "/feeds/videos.xml", Invidious::Routes::Feeds, :rss_videos
|
Invidious::Routing.get "/feeds/videos.xml", Invidious::Routes::Feeds, :rss_videos
|
||||||
|
|
||||||
|
# Support push notifications via PubSubHubbub
|
||||||
Invidious::Routing.get "/feed/webhook/:token", Invidious::Routes::Feeds, :push_notifications_get
|
Invidious::Routing.get "/feed/webhook/:token", Invidious::Routes::Feeds, :push_notifications_get
|
||||||
Invidious::Routing.post "/feed/webhook/:token", Invidious::Routes::Feeds, :push_notifications_post
|
Invidious::Routing.post "/feed/webhook/:token", Invidious::Routes::Feeds, :push_notifications_post
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue