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