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 95d62f8 commit 511e926Copy full SHA for 511e926
README.md
@@ -1,7 +1,7 @@
1
-# WebAPI Controllers
+# Web API Controllers
2
3
## Description
4
-API controller framework for FastAPI
+Simple Web API controller framework for FastAPI
5
6
## Example
7
```python
pyproject.toml
@@ -18,7 +18,7 @@ classifiers = [
18
]
19
20
[project.urls]
21
-Homepage = "https://github.com/codingflowdev/fast-api-controllers"
+Homepage = "https://github.com/codingflowdev/web-api-controllers"
22
23
[tool.hatch.build.targets.wheel]
24
# Exclude app.py from the wheel distribution
0 commit comments