0ab89d8e36
Suggests to use a JSON structured log instead Related to https://gitlab.com/gitlab-org/gitlab-ce/issues/54102
5 lines
223 B
Ruby
5 lines
223 B
Ruby
post '/api/graphql', to: 'graphql#execute'
|
|
mount GraphiQL::Rails::Engine, at: '/-/graphql-explorer', graphql_path: '/api/graphql'
|
|
|
|
::API::API.logger Rails.logger # rubocop:disable Gitlab/RailsLogger
|
|
mount ::API::API => '/'
|