Document a bit more, move ping/ to the user's code

This commit is contained in:
2024-07-03 19:39:04 -03:00
parent ed621a75eb
commit 1f02e0af11
2 changed files with 13 additions and 4 deletions

View File

@ -1,8 +1,4 @@
require "kemal"
require "./funko.cr"
get "/ping/" do
"OK"
end
Kemal.run