diff --git a/config/routes.rb b/config/routes.rb index ca9a6d55a..b11b5e650 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -1,6 +1,6 @@ Rails.application.routes.draw do - post "/graphql", to: "graphql#execute" - get "/graphql", to: "index#method_not_allowed" + post "/dois/graphql", to: "graphql#execute" + get "/dois/graphql", to: "index#method_not_allowed" root :to => 'index#index'