diff options
Diffstat (limited to 'config/routes.rb')
-rw-r--r-- | config/routes.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb index 12bfe93..b3e24b9 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -6,4 +6,5 @@ LeapWeb::Application.routes.draw do root :to => "home#index" get '(:locale)' => 'home#index', :locale => MATCH_LOCALE, :as => 'home' + get '/provider.json' => 'static_config#provider' end |