updated GiteaRequest model

This commit is contained in:
brb
2023-07-05 20:09:09 +02:00
parent 80504710a3
commit 623adebe4b
+2 -2
View File
@@ -18,8 +18,8 @@ class GiteaRequest(BaseModel):
total_commits: int
head_commit: dict
repository: dict
name: str
full_name: str
pusher: dict
sender: dict
app = FastAPI()