更新git相关配置

This commit is contained in:
2026-03-08 12:08:03 +08:00
parent 5241f68190
commit b4a32748c5
12 changed files with 37 additions and 4 deletions

View File

View File

View File

View File

@@ -5,7 +5,6 @@ app = FastAPI(
title=settings.APP_NAME,
openapi_url=f"{settings.API_V1_STR}/openapi.json"
)
@app.get("/")
async def root():
return {