Skip to content

Commit 2c85aba

Browse files
committed
Test 2
1 parent ab9e94b commit 2c85aba

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: true, test: true }
1111
end
1212
end
1313
end

0 commit comments

Comments
 (0)