Revert "add UUID as id instead of sequential integer"

This commit is contained in:
Arc
2023-01-03 23:16:21 +00:00
committed by GitHub
parent c9b02a6470
commit ffdb7244c4
3 changed files with 11 additions and 80 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ class CreatePayLinkData(BaseModel):
class PayLink(BaseModel):
id: str
id: int
wallet: str
description: str
min: float