Skip to content

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

Open
Lixianqi666 wants to merge 1 commit into
David-patrick-chuks:mainfrom
Lixianqi666:feat/hello-endpoint
Open

feat: add GET /hello endpoint for bot detection verification (#120)#122
Lixianqi666 wants to merge 1 commit into
David-patrick-chuks:mainfrom
Lixianqi666:feat/hello-endpoint

Conversation

@Lixianqi666

Copy link
Copy Markdown

Summary

Closes #120 — adds a simple GET /hello endpoint that returns { ok: true }.

Changes

File: apps/api/src/routes/api.ts

Added a new route:

router.get('/hello', (_req: Request, res: Response) => {
  return res.json({ ok: true });
});

Acceptance Criteria

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

Closes #120

Copilot AI review requested due to automatic review settings June 27, 2026 10:14

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

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

2 participants