From 827486982a76b02a6ed28b4ff92fe772aadac318 Mon Sep 17 00:00:00 2001 From: James Wickett Date: Wed, 13 Aug 2025 06:34:30 -0500 Subject: [PATCH] Update routes.rb --- config/routes.rb | 1 + 1 file changed, 1 insertion(+) 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