Add '/videoplayback' redirect

This commit is contained in:
Omar Roth
2018-08-07 11:39:56 -05:00
parent a5fb1d38e0
commit 373c5378b2
3 changed files with 25 additions and 8 deletions

View File

@@ -17,7 +17,7 @@ class Config
end
class FilteredCompressHandler < Kemal::Handler
exclude ["/videoplayback/:wild/*", "/api/*"]
exclude ["/videoplayback/*", "/api/*"]
def call(env)
return call_next env if exclude_match? env