transporter-server/core/api/__init__.py

4 lines
68 B
Python

from fastapi import APIRouter
router = APIRouter(prefix='/api/v1')