aboutsummaryrefslogtreecommitdiffstats
path: root/app.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app.rb')
-rw-r--r--app.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app.rb b/app.rb
index b4630e3..ef95715 100644
--- a/app.rb
+++ b/app.rb
@@ -17,7 +17,7 @@ post '/' do
session[:user] = 1
redirect '/'
else
- 'POST works'
+ 'Unrecognized user'
end
end