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 9a7be3f commit 5b1a80aCopy full SHA for 5b1a80a
docs/en/docs/routing.md
@@ -43,7 +43,7 @@ are shown below.
43
44
As an example, the *delete all* route can be disabled by doing the following:
45
```python
46
-router = MemmoryCRUDRouter(schema=MyModel, deleta_all_route=False)
+router = MemoryCRUDRouter(schema=MyModel, delete_all_route=False)
47
```
48
49
!!! tip "Custom Dependencies"
0 commit comments