mirror of
https://github.com/open-webui/openapi-servers
synced 2025-06-26 18:17:04 +00:00
refac: git server version
This commit is contained in:
parent
768b5f7200
commit
d4f7d727e9
@ -10,6 +10,7 @@ from pydantic import BaseModel, Field
|
|||||||
|
|
||||||
app = FastAPI(
|
app = FastAPI(
|
||||||
title="Git Management API",
|
title="Git Management API",
|
||||||
|
version="0.1.0",
|
||||||
description="An API to manage Git repositories with explicit endpoints, inputs, and outputs for better OpenAPI schemas.",
|
description="An API to manage Git repositories with explicit endpoints, inputs, and outputs for better OpenAPI schemas.",
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user