Currently, I have a FastAPI application where it is routed to "/api/". However, in the application I have an endpoint at "/" that returns a test json. However, when I go to domain.com/api/ I get {details: Not found} as if the FastAPI endpoint isn't set up. Where have I gone wrong here?