Update repository paths

This commit is contained in:
François Voron
2021-08-27 16:00:27 +02:00
parent d0501b363e
commit 37d03ea730
5 changed files with 38 additions and 38 deletions

View File

@@ -155,7 +155,7 @@ class Authenticator:
reason=(
"You should call `current_user` with your own set of parameters. "
"See: "
"https://frankie567.github.io/fastapi-users/usage/dependency-callables/"
"https://fastapi-users.github.io/fastapi-users/usage/dependency-callables/"
),
)
@with_signature(signature(current_user_dependency), func_name=func_name)