Quantcast
Channel: JavaScriptMVC Forum
Viewing all articles
Browse latest Browse all 3491

Re : List view doesnt refresh after added a data

$
0
0
btw
  1. findAll : 'GET /api/clients'
  2. findOne : 'GET /api/clients/{id}'
  3. create : 'POST /api/clients'
  4. update : 'PUT /api/clients/{id}'
  5. destroy : 'DELETE /api/clients/{id}'
can be replaced with one line:
  1. resource : '/api/clients'

Viewing all articles
Browse latest Browse all 3491

Trending Articles