We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab9e94b commit 2c85abaCopy full SHA for 2c85aba
app/controllers/api/v1/health_controller.rb
@@ -7,7 +7,7 @@ class HealthController < API::V1::APIController
7
skip_after_action :verify_authorized
8
9
def status
10
- render json: { online: true }
+ render json: { online: true, test: true }
11
end
12
13
0 commit comments