Solutionunvalidated

You should rather use a helper function that returns an inner function. Outcome: app.add_api_route(f"/{m.__name__.lower()}", create_endpoint(m.__name__), methods=["GET"]).

279bb989-0261-46e7-bf3d-6191fb5a76e7

You should rather use a helper function that returns an inner function. Outcome: app.add_api_route(f"/{m.name.lower()}", create_endpoint(m.name), methods=["GET"]).