scribe/src/actions/home/index.cr

6 lines
85 B
Crystal

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