diff --git a/athena/athena/endpoints.py b/athena/athena/endpoints.py index 6d259a2a2..4aff85cd8 100644 --- a/athena/athena/endpoints.py +++ b/athena/athena/endpoints.py @@ -235,7 +235,7 @@ def feedback_consumer(func: Union[ feedback_type = inspect.signature(func).parameters["feedbacks"].annotation.__args__[0] module_config_type = inspect.signature(func).parameters["module_config"].annotation if "module_config" in inspect.signature(func).parameters else None - @app.post("/feedbacks", responses=module_responses) + @app.post("/feed_feedbacks", responses=module_responses) @authenticated @with_meta async def wrapper(