diff --git a/config/routes.rb b/config/routes.rb index a021bbc..fc90128 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -1,3 +1,3 @@ GraphiQL::Rails::Engine.routes.draw do - get "/" => "editors#show" + get "/", to: "editors#show" end