30-Days-Of-Python
30-Days-Of-Python copied to clipboard
Update 29_building_API.md
- Added missing import statements (
from bson.json_util import dumps) - Fixed missing lines of code needed for the GET function
- Fixed the mongodb query for the UPDATE function
- Removed unused lines of code