Mercurial > lada > lada-client
comparison app/model/Messung.js @ 1007:23bfcbdb4527
merged.
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Wed, 20 Jan 2016 17:33:33 +0100 |
parents | f73ca04d73a7 |
children | fa04558f35cd |
comparison
equal
deleted
inserted
replaced
1002:54179b6043b6 | 1007:23bfcbdb4527 |
---|---|
80 | 80 |
81 idProperty: 'id', | 81 idProperty: 'id', |
82 | 82 |
83 proxy: { | 83 proxy: { |
84 type: 'rest', | 84 type: 'rest', |
85 url: 'lada-server/messung', | 85 url: 'lada-server/rest/messung', |
86 reader: { | 86 reader: { |
87 type: 'json', | 87 type: 'json', |
88 root: 'data' | 88 root: 'data' |
89 } | 89 } |
90 } | 90 } |