feat(chalice): clean code
This commit is contained in:
parent
ce5afaf997
commit
b844342a97
1 changed files with 0 additions and 3 deletions
|
|
@ -51,9 +51,6 @@ async def login(data: schemas.UserLoginSchema = Body(...)):
|
|||
response = JSONResponse(content=content)
|
||||
response.set_cookie(key="jwt", value=content['jwt'], domain=helper.get_domain(),
|
||||
expires=config("JWT_EXPIRATION", cast=int))
|
||||
print("S3>>>")
|
||||
s3.schedule_for_deletion(bucket="mobs", key="8458559472534676/dom.mobs")
|
||||
s3.schedule_for_deletion(bucket="mobs", key="8458559472534676/devtools.mob")
|
||||
return response
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue