Skip to content

fix: return 404 when user is not found#4

Merged
midnightapi merged 1 commit intomidnightapi:mainfrom
adityabagul72:fix/user-not-found
Feb 4, 2026
Merged

fix: return 404 when user is not found#4
midnightapi merged 1 commit intomidnightapi:mainfrom
adityabagul72:fix/user-not-found

Conversation

@adityabagul72
Copy link
Contributor

What does this PR do?

Fixes GET /users/:id to return proper 404 response
when user is not found.

Related Issue

Closes #2

@midnightapi midnightapi merged commit a686a44 into midnightapi:main Feb 4, 2026
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.

GET /users/:id returns incorrect response when user is not found

2 participants