Compare commits
No commits in common. "f55ad7e189160408b260a3f67ca91924f5e0565a" and "0d9d33b1767fcc712772df7286806b26d810a108" have entirely different histories.
f55ad7e189
...
0d9d33b176
@ -1,11 +1,14 @@
|
||||
import datetime
|
||||
import fastapi
|
||||
import pydantic
|
||||
|
||||
from app.storage.mongo import locks
|
||||
from app.utils import time
|
||||
|
||||
|
||||
class RequestBody(pydantic.BaseModel):
|
||||
name: str
|
||||
ttl: int
|
||||
|
||||
|
||||
router = fastapi.APIRouter()
|
||||
|
Loading…
Reference in New Issue
Block a user