Skip to content

Commit 0a23f05

Browse files
committed
feat : update readme
1 parent 51d4c6a commit 0a23f05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
---
1010

11-
**Documentation**: [http://localhost:8000/](http://localhost:8000/)
11+
**Documentation**: [https://pierrod.github.io/fastapi-crudrouter-mongodb-doc/](https://pierrod.github.io/fastapi-crudrouter-mongodb-doc/)
1212

1313
**Source Code**: [https://github.com/pierrod/fastapi-crudrouter-mongodb](https://github.com/pierrod/fastapi-crudrouter-mongodb)
1414

@@ -21,7 +21,7 @@
2121
---
2222

2323
Tired of rewriting generic CRUD routes? Need to rapidly prototype a feature for a presentation
24-
or a hackathon? Thankfully, [fastapi-crudrouter-mongodb](https://github.com/awtkns/fastapi-crudrouter-mongodb) has your back.
24+
or a hackathon? Thankfully, [fastapi-crudrouter-mongodb](https://pierrod.github.io/fastapi-crudrouter-mongodb-doc/) has your back.
2525

2626
As an extension to the APIRouter included with [FastAPI](https://fastapi.tiangolo.com/), the FastAPI CRUDRouter will automatically
2727
generate and document your CRUD routes for you, all you have to do is pass your model and maybe your database connection.

0 commit comments

Comments
 (0)