aboutsummaryrefslogtreecommitdiff
path: root/src/actions/me
diff options
context:
space:
mode:
Diffstat (limited to 'src/actions/me')
-rw-r--r--src/actions/me/show.cr5
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