diff --git a/api/views/authentication.py b/api/views/authentication.py index 768fd64..34535a3 100644 --- a/api/views/authentication.py +++ b/api/views/authentication.py @@ -5,7 +5,7 @@ from .fetch import get_trainer_by_nick_fail, NotFound from .errors import AuthenticationFailure import jwt -# authenticação do trainer (decorator) +# autenticação do trainer (decorator) def token_required(f): @wraps(f) def decorated(*args, **kwargs):