mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-03-16.git
synced 2024-08-15 00:53:18 +00:00
Fix routing for '/videoplayback''
This commit is contained in:
parent
feed6bc47c
commit
3c359df22e
2 changed files with 3 additions and 3 deletions
|
@ -17,7 +17,7 @@ class Config
|
|||
end
|
||||
|
||||
class FilteredCompressHandler < Kemal::Handler
|
||||
exclude ["/videoplayback", "/api/*"]
|
||||
exclude ["/videoplayback/:wild/*", "/api/*"]
|
||||
|
||||
def call(env)
|
||||
return call_next env if exclude_match? env
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue