diff --git a/config/routes.rb b/config/routes.rb index 1e19dad..76c6308 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -3,4 +3,5 @@ mount GraphiQL::Rails::Engine, at: "/graphiql", graphql_path: "/graphql" end post "/graphql", to: "graphql#execute" + get 'admin/dashboard', to: 'admin#dashboard' end