summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/routes.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb
index f8f0c26..f8bb8fb 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -12,6 +12,7 @@ LeapWeb::Application.routes.draw do
get 'about', :as => 'about'
get 'contact', :as => 'contact'
get 'pricing', :as => 'pricing'
+ get 'bye', :as => 'bye'
end
get '/provider.json' => 'static_config#provider'