Mongodb – Endpoint not being executed in FastAPI
I am developing a simple API using FastAPI. I have this endpoint which I am testing, that whatever it should return, I always get a 200 code with an empty list. If I try to debug it by printing, returning…