refactor: replace ClickController class with struct

This commit is contained in:
sjdonado
2025-03-20 20:42:51 +01:00
parent f2b63c00a3
commit 4ae6ef39d5
4 changed files with 76 additions and 65 deletions
-9
View File
@@ -55,12 +55,3 @@ module App
end
end
end
error 500 do |env|
App::InternalServerErrorException.new(env)
""
end
error 404 do |env|
""
end