File size: 199 Bytes
6cbca40
 
 
 
 
 
1
2
3
4
5
6
from fastapi import APIRouter, status, Depends, BackgroundTasks
from fastapi.responses import JSONResponse
from src.utils.logger import logger


router = APIRouter(prefix="/user", tags=["User"])