Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 200 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 200 Bytes

Message format

{
  "statusCode": 201,
  "message": "Success",
  "data": {
    "log_a.txt": 100
  }
}

Error format

{
  "statusCode": 404,
  "error": "File log_b.txt not found!"
}