Skip to content

Commit

Permalink
Move this header where it belongs.
Browse files Browse the repository at this point in the history
  • Loading branch information
slaarti committed Jul 26, 2024
1 parent 39749cf commit 23c8657
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fastcrud/endpoint/crud_router.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,6 @@ def crud_router(
ValueError: If both `included_methods` and `deleted_methods` are provided.
Examples:
Basic Setup:
??? example "Models and Schemas Used Below"
??? example "`mymodel/model.py`"
Expand Down Expand Up @@ -171,6 +169,8 @@ def crud_router(
--8<--
```
Basic Setup:
```python
mymodel_router = crud_router(
session=async_session,
Expand Down

0 comments on commit 23c8657

Please # to comment.