Skip to content

feat: add GET /hello endpoint for bot detection (#120)#128

Open
clarboncy wants to merge 2 commits into
David-patrick-chuks:mainfrom
clarboncy:feat/hello-endpoint
Open

feat: add GET /hello endpoint for bot detection (#120)#128
clarboncy wants to merge 2 commits into
David-patrick-chuks:mainfrom
clarboncy:feat/hello-endpoint

Conversation

@clarboncy

Copy link
Copy Markdown

Summary

Adds a GET /api/hello route that returns { "ok": true } as specified in issue #120.

Changes

  • apps/api/src/routes/api.ts: Added router.get(/hello) endpoint returning { ok: true }
  • apps/api/src/routes/api.test.ts: Added regression test verifying 200 status and JSON body

Acceptance Criteria

  • Route responds 200
  • JSON body is { "ok": true }
  • PR references this issue

Closes #120

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BOUNTY $50] Add a hello-world test endpoint to verify bot detection

1 participant