diff --git a/config/routes.rb b/config/routes.rb index 8945509..38d3fcb 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -2,8 +2,8 @@ require 'api_constraints' Mtstore::Application.routes.draw do - get "search/index" - get "search/show" + # get "search/index" + # get "search/show" use_doorkeeper do controllers :applications => 'oauth/applications' end