summaryrefslogtreecommitdiff
path: root/application.rb
diff options
context:
space:
mode:
Diffstat (limited to 'application.rb')
-rw-r--r--application.rb12
1 files changed, 6 insertions, 6 deletions
diff --git a/application.rb b/application.rb
index b586b04..6dc8730 100644
--- a/application.rb
+++ b/application.rb
@@ -6,27 +6,27 @@ get '/?' do
haml :index
end
-get '/software' do
+get '/software/?' do
haml :software
end
-get '/services' do
+get '/services/?' do
haml :services
end
-get '/publications' do
+get '/publications/?' do
haml :publications
end
-get '/contact' do
+get '/contact/?' do
haml :contact
end
-get '/links' do
+get '/links/?' do
haml :links
end
-get '/awards' do
+get '/awards/?' do
haml :awards
end