Welcome to mirror list, hosted at ThFree Co, Russian Federation.

api.rb « routes « config - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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 => '/'