Add auth deployment diagnostics

This commit is contained in:
unknown
2026-07-14 16:07:39 +09:00
parent 9562766320
commit e02afcda7d
2 changed files with 66 additions and 0 deletions

View File

@@ -10,6 +10,8 @@ healthRouter.get('/health', (_req, res) => {
ok(res, {
status: 'UP',
service: 'acs-node',
build: 'auth-seed-20260714',
authApi: true,
});
});