mirror of
https://github.com/iv-org/invidious.git
synced 2025-08-02 18:58:29 +00:00
addressed linting issues
This commit is contained in:
parent
ad3f0357e6
commit
5a967a7103
@ -88,12 +88,12 @@ module Invidious::Routes::BeforeAll
|
|||||||
end
|
end
|
||||||
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 = {
|
unregistered_path_whitelist = {
|
||||||
"/login",
|
"/login",
|
||||||
"/privacy"
|
"/privacy"
|
||||||
"/api/v1/stats",
|
"/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/popular",
|
||||||
"/api/v1/trending",
|
"/api/v1/trending",
|
||||||
"/feed/webhook/v1:",
|
"/feed/webhook/v1:",
|
||||||
|
Loading…
Reference in New Issue
Block a user