Keys management improved

This commit is contained in:
2023-01-16 15:22:51 +01:00
parent f8066df838
commit 30fea07fe4
2 changed files with 34 additions and 0 deletions

4
models/apikey.py Normal file
View File

@@ -0,0 +1,4 @@
from pydantic import BaseModel
class APIKeyUpdated(BaseModel):
apikey: str