💩 Fix bad login URL
continuous-integration/drone/push Build is passing Details

master
Alix JEUDI--LEMOINE 5 months ago
parent c1e8bafc4d
commit 4393df128b

@ -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
TOKEN_URL = "/api/v1/login" # Path to the auth
Loading…
Cancel
Save