diff options
Diffstat (limited to 'src/actions/me/show.cr')
-rw-r--r-- | src/actions/me/show.cr | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/actions/me/show.cr b/src/actions/me/show.cr new file mode 100644 index 0000000..5e35848 --- /dev/null +++ b/src/actions/me/show.cr @@ -0,0 +1,5 @@ +class Me::Show < BrowserAction + get "/me" do + html ShowPage + end +end |