Skip to content

Commit

Permalink
Return the publish_date of the book in the JSONObject.
Browse files Browse the repository at this point in the history
  • Loading branch information
3mrdev committed May 17, 2020
1 parent c938705 commit ed04474
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions controllers/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ def get_books(self):
"name",
"description",
"state",
"publish_date",
])

if data:
Expand Down

0 comments on commit ed04474

Please sign in to comment.