mirror of
https://github.com/iv-org/invidious.git
synced 2024-11-12 18:04:30 +01:00
Routing: Also remove outdated comment about notification routes
This commit is contained in:
parent
cdf93b29e6
commit
6da18ddc41
1 changed files with 0 additions and 5 deletions
|
@ -270,11 +270,6 @@ module Invidious::Routing
|
|||
|
||||
# Authenticated
|
||||
|
||||
# The notification APIs cannot be extracted yet! They require the *local* notifications constant defined in invidious.cr
|
||||
#
|
||||
# Invidious::Routing.get "/api/v1/auth/notifications", {{namespace}}::Authenticated, :notifications
|
||||
# Invidious::Routing.post "/api/v1/auth/notifications", {{namespace}}::Authenticated, :notifications
|
||||
|
||||
get "/api/v1/auth/preferences", {{namespace}}::Authenticated, :get_preferences
|
||||
post "/api/v1/auth/preferences", {{namespace}}::Authenticated, :set_preferences
|
||||
|
||||
|
|
Loading…
Reference in a new issue