We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d19b67f commit 01582f4Copy full SHA for 01582f4
1 file changed
robyn/router.py
@@ -168,10 +168,10 @@ def add_route( # type: ignore
168
_logger.warning(
169
"Handler '%s' on %s '%s' uses Pydantic body parameter(s) %s, but %s requests typically do not carry a request body",
170
handler.__name__,
171
- route_type.name,
+ route_type,
172
endpoint,
173
list(pydantic_params.keys()),
174
175
)
176
177
def wrapped_handler(*args, **kwargs):
0 commit comments