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 a2846c0 commit 6dadf3eCopy full SHA for 6dadf3e
easy/controller/auto_api.py
@@ -58,7 +58,7 @@ def create_api_controller(
58
},
59
)
60
61
- return api_controller(
+ return api_controller( # type: ignore
62
f"/{app_name}/{model_name.lower()}",
63
tags=[f"{model_name} {controller_name_prefix}API"],
64
permissions=[permission_class],
0 commit comments