summaryrefslogtreecommitdiff
path: root/config/routes/api.rb
blob: c6c17b5708edd00caac435d25b1367e39f940a9f (plain)
1
2
3
4
5
post '/api/graphql', to: 'graphql#execute'
mount GraphiQL::Rails::Engine, at: '/-/graphql-explorer', graphql_path: '/api/graphql'

::API::API.logger Rails.logger
mount ::API::API => '/'