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
|
Mtstore::Application.routes.draw do
|
||||||
|
|
||||||
get "search/index"
|
# get "search/index"
|
||||||
get "search/show"
|
# get "search/show"
|
||||||
use_doorkeeper do
|
use_doorkeeper do
|
||||||
controllers :applications => 'oauth/applications'
|
controllers :applications => 'oauth/applications'
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue