Commented out search methods from routes for now

This commit is contained in:
Saurabh Bhatia 2014-01-22 11:17:47 +08:00
parent 28084e138e
commit facd8d7dde
1 changed files with 2 additions and 2 deletions

View File

@ -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