scribe/src/actions/faq/index.cr

6 lines
83 B
Crystal

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