Commented out search methods from routes for now
This commit is contained in:
parent
28084e138e
commit
facd8d7dde
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue