Mercurial > lada > lada-client
comparison app/model/PKommentar.js @ 999:f73ca04d73a7 stammdatengrids
Refactored Server URL
author | Dustin Demuth <dustin@intevation.de> |
---|---|
date | Wed, 13 Jan 2016 14:50:28 +0100 |
parents | f4eb53ba63fc |
children | 6d06ae7c553c |
comparison
equal
deleted
inserted
replaced
984:b21421ba6917 | 999:f73ca04d73a7 |
---|---|
40 | 40 |
41 idProperty: 'id', | 41 idProperty: 'id', |
42 | 42 |
43 proxy: { | 43 proxy: { |
44 type: 'rest', | 44 type: 'rest', |
45 url: 'lada-server/pkommentar', | 45 url: 'lada-server/rest/pkommentar', |
46 reader: { | 46 reader: { |
47 type: 'json', | 47 type: 'json', |
48 root: 'data' | 48 root: 'data' |
49 } | 49 } |
50 } | 50 } |