We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bed553 commit 2c4457aCopy full SHA for 2c4457a
config/routes.rb
@@ -1,6 +1,8 @@
1
# frozen_string_literal: true
2
3
Rails.application.routes.draw do
4
+ get "/healthz" => "rails/health#show", as: :rails_health_check
5
+
6
if Rails.env.development? or Rails.env.test?
7
mount GraphiQL::Rails::Engine, at: '/graphiql', graphql_path: '/graphql'
8
end
0 commit comments