Skip to content
This repository has been archived by the owner on May 11, 2023. It is now read-only.

Commit

Permalink
fix the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
execreate committed Nov 3, 2022
1 parent 4689fc6 commit 0ab5f2f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/api/v1/blog_post.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ async def retrieve_a_blog_post(

@router.delete(
"/{post_id}",
response_model=blog_post_schemas.BlogPostSchema,
status_code=204,
responses={
404: {
Expand Down

0 comments on commit 0ab5f2f

Please sign in to comment.