correct token path
This commit is contained in:
		
							parent
							
								
									71ef6cd954
								
							
						
					
					
						commit
						99dc9f95ef
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -14,7 +14,7 @@ from .db import get_session
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
pwd_context = CryptContext(schemes=["bcrypt"], deprecated="auto")
 | 
					pwd_context = CryptContext(schemes=["bcrypt"], deprecated="auto")
 | 
				
			||||||
oauth2_scheme = OAuth2PasswordBearer(tokenUrl="api/token")
 | 
					oauth2_scheme = OAuth2PasswordBearer(tokenUrl="api/token/")
 | 
				
			||||||
settings = Settings()
 | 
					settings = Settings()
 | 
				
			||||||
password_helper = PasswordHelper(pwd_context)
 | 
					password_helper = PasswordHelper(pwd_context)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue