mirror of
https://github.com/fastapiadmin/FastapiAdmin.git
synced 2026-09-21 04:46:26 +00:00
5 lines
93 B
Python
5 lines
93 B
Python
from fastapi import APIRouter
|
|
|
|
router = APIRouter(prefix="/tickets", tags=["工单管理"])
|
|
|