Gregniuki commited on
Commit
54de54e
·
1 Parent(s): 22b328c

Update auth.py

Browse files
Files changed (1) hide show
  1. auth.py +1 -2
auth.py CHANGED
@@ -12,8 +12,7 @@ import jwt
12
  from passlib.context import CryptContext
13
  from datetime import datetime, timedelta
14
 
15
- router = APIRouter()
16
- app = FastAPI()
17
  templates = Jinja2Templates(directory="templates")
18
  oauth2_scheme = OAuth2PasswordBearer(tokenUrl="token")
19
  class AuthViews:
 
12
  from passlib.context import CryptContext
13
  from datetime import datetime, timedelta
14
 
15
+
 
16
  templates = Jinja2Templates(directory="templates")
17
  oauth2_scheme = OAuth2PasswordBearer(tokenUrl="token")
18
  class AuthViews: