Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 687 Bytes

File metadata and controls

29 lines (19 loc) · 687 Bytes

Description

Brief summary of the changes made:

  • What was added / changed / fixed
  • Reason for the change (optional but helps provide context)
  • Include related issue / ticket if applicable

Changes

  • Bullet list of main changes, for example:
    • Add /login endpoint
    • Add username/password input validation
    • Update API documentation

How to Test / Steps / Evidence

  1. Run the local server
  2. Call the /login endpoint with payload: { "username": "test", "password": "1234" }
  3. Verify response is 200 OK

Related Issues / Tickets

  • Closes #123
  • Related to #456

Notes / Additional Context

  • Important notes, known issues, or reminders for reviewers