aboutsummaryrefslogtreecommitdiff
path: root/src/actions/me/show.cr
blob: 5e35848e29347d518a7d07d14501a06632f7c5dd (plain)
1
2
3
4
5
class Me::Show < BrowserAction
  get "/me" do
    html ShowPage
  end
end