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 f41bdfd commit 9b25846Copy full SHA for 9b25846
docs/getting_started.md
@@ -37,7 +37,7 @@ from ninja_jwt.controller import TokenObtainPairController
37
38
@api_controller('token', tags=['Auth'])
39
class MyCustomController(TokenObtainPairController):
40
- """obtain_token and refresh_token only"
+ """obtain_token and refresh_token only"""
41
...
42
api.register_controllers(MyCustomController)
43
```
0 commit comments