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

4 lines
77 B
Python
Raw Normal View History

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