Skip to content

fix: fix /about route - add missing import and correct response text#40

Open
LakshmiSravyaVedantham wants to merge 1 commit intodeb2000-sudo:masterfrom
LakshmiSravyaVedantham:fix/31-fix-about-route
Open

fix: fix /about route - add missing import and correct response text#40
LakshmiSravyaVedantham wants to merge 1 commit intodeb2000-sudo:masterfrom
LakshmiSravyaVedantham:fix/31-fix-about-route

Conversation

@LakshmiSravyaVedantham
Copy link

@LakshmiSravyaVedantham LakshmiSravyaVedantham commented Feb 14, 2026

Summary

Closes #31

Test plan

  • GET /about returns plain text "This is all about backend"
  • No authentication required
  • Response is in plain text (via PlainTextResponse)

…eb2000-sudo#31)

The /about route had two issues:
1. PlainTextResponse was used as response_class but never imported,
   causing a NameError at runtime
2. Response text was "This is all backend" instead of
   "This is all about backend" per the spec
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.

Need to create a public route '/about' with static back-end info response

1 participant