feat: 增加 Git 标签清单策略和接口
This commit is contained in:
@@ -14,6 +14,7 @@ from app.api.routes import (
|
||||
client_update,
|
||||
crash_api,
|
||||
frontend,
|
||||
git_tags,
|
||||
)
|
||||
|
||||
|
||||
@@ -31,5 +32,6 @@ def include_api_routes(app: FastAPI):
|
||||
app.include_router(admin_logs.router)
|
||||
app.include_router(admin_crash_report.router)
|
||||
app.include_router(admin_device.router)
|
||||
app.include_router(git_tags.router)
|
||||
app.include_router(client_update.router)
|
||||
app.include_router(crash_api.router)
|
||||
|
||||
Reference in New Issue
Block a user