mirror of
https://gitea.invidious.io/iv-org/shard-kemal.git
synced 2024-08-15 00:53:36 +00:00
fixed executing filters when before and after is defined at the same time (#612)
This commit is contained in:
parent
218be24221
commit
14aabb8907
2 changed files with 25 additions and 1 deletions
|
@ -71,7 +71,7 @@ module Kemal
|
|||
end
|
||||
|
||||
private def radix_path(verb : String?, path : String, type : Symbol)
|
||||
"#{type}/#{verb}/#{path}"
|
||||
"/#{type}/#{verb}/#{path}"
|
||||
end
|
||||
|
||||
# :nodoc:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue