amonic_backend/handlers/route/handlers.py

6 lines
92 B
Python

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