Skip to content

add-a-get-ping-endpoint-to-backend-app-p: Add GET /ping health check endpoint#1

Open
happyforever006 wants to merge 1 commit intomasterfrom
feat/add-a-get-ping-endpoint-to-backend-app-p
Open

add-a-get-ping-endpoint-to-backend-app-p: Add GET /ping health check endpoint#1
happyforever006 wants to merge 1 commit intomasterfrom
feat/add-a-get-ping-endpoint-to-backend-app-p

Conversation

@happyforever006
Copy link
Owner

Summary

  • Added GET /ping endpoint to backend/app.py
  • Returns {"pong": true, "status": "ok"}
  • Inserted after app initialization and middleware setup, before other routes

Test plan

  • curl http://localhost:8000/ping returns {"pong":true,"status":"ok"}
  • Existing endpoints (/api/query, /api/courses) still work normally

🤖 Generated with Claude Code

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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.

1 participant