summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamantaz Fox <coding@samantaz.fr>2024-10-31 11:52:09 +0100
committerSamantaz Fox <coding@samantaz.fr>2024-10-31 11:52:09 +0100
commit6da18ddc41a20cad06c736a28aef6064433e3bd5 (patch)
treefa97cdedc7e010d3d4e07b6a2ff8fda6f26ad13e
parentcdf93b29e6376ea0c023da825aeb9d83ec588873 (diff)
downloadinvidious-6da18ddc41a20cad06c736a28aef6064433e3bd5.tar.gz
invidious-6da18ddc41a20cad06c736a28aef6064433e3bd5.tar.bz2
invidious-6da18ddc41a20cad06c736a28aef6064433e3bd5.zip
Routing: Also remove outdated comment about notification routes
-rw-r--r--src/invidious/routing.cr5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/invidious/routing.cr b/src/invidious/routing.cr
index 9f76f15f..9009062f 100644
--- a/src/invidious/routing.cr
+++ b/src/invidious/routing.cr
@@ -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