scribe/src/actions/home/index.cr

6 lines
82 B
Crystal

class Home::Index < BrowserAction
get "/" do
html Home::IndexPage
end
end