Files
cvp/backend/app/api/routes/profil.py
T

4 lines
85 B
Python
Raw Normal View History

from fastapi import APIRouter
router = APIRouter(prefix="/profil", tags=["profil"])