flask-rest-api
flask-rest-api copied to clipboard
TypeError: 'NoneType' object is not subscriptable
When trying to make a post in postman I get the following error:
TypeError: 'NoneType' object is not subscriptable
Has to do with: title=request.json['title']
Something is causing this error.