Skip to content

Commit ed7bd60

Browse files
committed
test
1 parent 5e0a1e3 commit ed7bd60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/controllers/api/v1/health_controller.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ class HealthController < API::V1::APIController
77
skip_after_action :verify_authorized
88

99
def status
10-
render json: { online: true }
10+
render json: { online: false }
1111
end
1212
end
1313
end

0 commit comments

Comments
 (0)