mirror of
https://github.com/stardrophere/InsightRadar.git
synced 2026-06-05 23:56:36 +08:00
refresh
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
# app/api/router.py
|
||||
from fastapi import APIRouter
|
||||
from app.api.endpoints import sources
|
||||
|
||||
api_router = APIRouter()
|
||||
|
||||
# 信息源管理
|
||||
api_router.include_router(sources.router, prefix="/sources", tags=["信息源管理"])
|
||||
Reference in New Issue
Block a user