From 5a967a710383681caec4b95a17ea7a6bd9c70d83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Toni=20F=C3=B6rster?= Date: Mon, 13 Nov 2023 13:14:58 +0100 Subject: [PATCH] addressed linting issues --- src/invidious/routes/before_all.cr | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/invidious/routes/before_all.cr b/src/invidious/routes/before_all.cr index ad547875..f6692579 100644 --- a/src/invidious/routes/before_all.cr +++ b/src/invidious/routes/before_all.cr @@ -88,12 +88,12 @@ module Invidious::Routes::BeforeAll end end + # TODO: popular and trending are here for clients that require these endpoints to be accessible e.g. Clipious + # can be removed as soon as those clients can handele these request on private instances unregistered_path_whitelist = { "/login", "/privacy" "/api/v1/stats", - # TODO: popular and trending are here for clients that require these endpoints to be accessible e.g. Clipious - # can be removed as soon as those clients can handele these request on private instances "/api/v1/popular", "/api/v1/trending", "/feed/webhook/v1:",