Refactor behaviour into the Funko class

This commit is contained in:
2024-06-29 23:54:14 -03:00
parent f526ccd326
commit c1308c3a36
4 changed files with 44 additions and 26 deletions

View File

@ -2,7 +2,7 @@ require "kemal"
require "./funko.cr"
get "/ping/" do
"OK"
"OK"
end
Kemal.run