mirror of
https://gitea.invidious.io/iv-org/shard-kemal.git
synced 2024-08-15 00:53:36 +00:00
fix ameba errors
This commit is contained in:
parent
a815100b9d
commit
ff45b3c24d
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ describe "Kemal::FilterHandler" do
|
|||
end
|
||||
Kemal.config.add_filter_handler(filter_handler)
|
||||
|
||||
post "/sensitive_post" do |env|
|
||||
post "/sensitive_post" do
|
||||
"sensitive"
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue