TentaCrew / STOFMA

Student Office Manager, manage your cafeteria sales and purchases easily.
http://dev.bde-ciaa.fr
5 stars 3 forks source link

The response of update is weird. #9

Closed edimitchel closed 9 years ago

edimitchel commented 9 years ago

I got this when I send an product update.

[
  {
    "0": {
      "id": 5,
      "name": "Orangina",
      "shortName": "ORAN",
      "quantity": 30,
      "price": 0.5,
      "urlImage": "https://leafaitsapub.files.wordpress.com/2013/04/orangina-logo.jpg",
      "minimum": 10,
      "category": "DRINK",
      "isActive": true,
      "createdAt": "2015-08-25T16:46:24.490Z",
      "updatedAt": "2015-08-26T19:25:58.430Z"
    },
    "id": 5,
    "name": "Orangina",
    "shortName": "ORAN",
    "quantity": 30,
    "price": 0.5,
    "urlImage": "https://leafaitsapub.files.wordpress.com/2013/04/orangina-logo.jpg",
    "minimum": 10,
    "category": "DRINK",
    "isActive": true,
    "createdAt": "2015-08-25T16:46:24.490Z",
    "updatedAt": "2015-08-26T19:25:58.980Z"
  }
]

Please, beautify the response.