fix: consistent delete response format
Some checks failed
Deploy Tracker / deploy (push) Failing after 4s
Some checks failed
Deploy Tracker / deploy (push) Failing after 4s
This commit is contained in:
parent
cd2ffd78ac
commit
39dde0e2d8
@ -289,4 +289,4 @@ async def delete_project_file(
|
||||
await db.delete(project_file)
|
||||
await db.commit()
|
||||
|
||||
return {"message": "File deleted successfully"}
|
||||
return {"ok": True}
|
||||
Loading…
Reference in New Issue
Block a user