Commit 2be7fbcb authored by Bob Van Landuyt's avatar Bob Van Landuyt

Resolve conflicts in `config/routes/api.rb`

parent 2f9957ca
......@@ -3,10 +3,5 @@ constraints(::Constraints::FeatureConstrainer.new(:graphql)) do
mount GraphiQL::Rails::Engine, at: '/-/graphql-explorer', graphql_path: '/api/graphql'
end
<<<<<<< HEAD
::API::API.logger Rails.logger
mount ::API::API => '/'
=======
API::API.logger Rails.logger
mount API::API => '/'
>>>>>>> upstream/master
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment