Mercurial > lada > lada-client
comparison app/model/Messmethode.js @ 1007:23bfcbdb4527
merged.
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Wed, 20 Jan 2016 17:33:33 +0100 |
parents | f73ca04d73a7 |
children |
comparison
equal
deleted
inserted
replaced
1002:54179b6043b6 | 1007:23bfcbdb4527 |
---|---|
35 | 35 |
36 idProperty: 'id', | 36 idProperty: 'id', |
37 | 37 |
38 proxy: { | 38 proxy: { |
39 type: 'rest', | 39 type: 'rest', |
40 url: 'lada-server/messmethode', | 40 url: 'lada-server/rest/messmethode', |
41 reader: { | 41 reader: { |
42 type: 'json', | 42 type: 'json', |
43 root: 'data' | 43 root: 'data' |
44 } | 44 } |
45 } | 45 } |