summaryrefslogtreecommitdiff
path: root/application.rb
diff options
context:
space:
mode:
Diffstat (limited to 'application.rb')
-rw-r--r--application.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/application.rb b/application.rb
index 6cdfcfb..ef23522 100644
--- a/application.rb
+++ b/application.rb
@@ -85,7 +85,7 @@ get '/?' do
redirect url_for('/create')
end
-get '/login' do
+get '/login/?' do
haml :login
end
@@ -206,11 +206,11 @@ get '/predict/?' do
haml :predict
end
-get '/create' do
+get '/create/?' do
haml :create
end
-get '/help' do
+get '/help/?' do
haml :help
end