We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
the the main CMS app, the get post endpoints are returning 500 in a few edge cases:
app
/posts/-1
/posts/someString
/posts/10000000
In all those cases, I think we should be returning a Bas Request.
The text was updated successfully, but these errors were encountered:
Raised a PR solving this issue, please review
I think for the ""/posts/10000000" the status code should be 404 if its not there
Sorry, something went wrong.
No branches or pull requests
the the main CMS
app
, the get post endpoints are returning 500 in a few edge cases:/posts/-1
/posts/someString
/posts/10000000
In all those cases, I think we should be returning a Bas Request.
The text was updated successfully, but these errors were encountered: