diff --git a/api.py b/api.py index a3fcdf3..32a41e9 100644 --- a/api.py +++ b/api.py @@ -37,7 +37,7 @@ def new_books(): if id in books: return {"Id already there"} books.append({'id':id,'value':value}) - return {'status':'ok'} + return {'status':'true'} app.run(debug = True)