diff --git a/app/config.py b/app/config.py index 3f1216e..6e3bfc7 100644 --- a/app/config.py +++ b/app/config.py @@ -12,4 +12,4 @@ ALGORITHM = os.getenv("JWT_ALGORITHM", "HS256") # TODO: check if broken (don't b ACCESS_TOKEN_EXPIRE_MINUTES = os.getenv("JWT_ACCESS_TOKEN_EXPIRE_MINUTES", 30) # TODO: check what to add here / maybe need to evaluate criticity of that? # Constants for OAuth2 -TOKEN_URL = "login" # Path to the auth \ No newline at end of file +TOKEN_URL = "/api/v1/login" # Path to the auth \ No newline at end of file