Routing: Also remove outdated comment about notification routes

This commit is contained in:
Samantaz Fox 2024-10-31 11:52:09 +01:00
parent cdf93b29e6
commit 6da18ddc41
No known key found for this signature in database
GPG key ID: F42821059186176E

View file

@ -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