scribe/src/actions/home/index.cr

6 lines
82 B
Crystal
Raw Normal View History

2021-05-01 23:02:08 +02:00
class Home::Index < BrowserAction
get "/" do
2021-09-06 19:38:18 +02:00
html Home::IndexPage
2021-05-01 23:02:08 +02:00
end
end