luckybooru/src/actions/me/show.cr

6 lines
74 B
Crystal

class Me::Show < BrowserAction
get "/me" do
html ShowPage
end
end