mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
fix: refactor auth + fix types
This commit is contained in:
parent
34e0413ee7
commit
b1ed0185f9
11 changed files with 11 additions and 11 deletions
|
|
@ -1,7 +1,7 @@
|
|||
from urllib.request import Request
|
||||
from fastapi import Depends, APIRouter, HTTPException, status
|
||||
from fastapi.security import OAuth2PasswordRequestForm
|
||||
from src.services.auth import *
|
||||
from src.dependencies.auth import *
|
||||
from src.services.users import *
|
||||
from datetime import timedelta
|
||||
from fastapi.responses import JSONResponse
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue