Mercurial > lada > lada-client
comparison app/model/Datenbasis.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 |
---|---|
28 | 28 |
29 idProperty: 'id', | 29 idProperty: 'id', |
30 | 30 |
31 proxy: { | 31 proxy: { |
32 type: 'rest', | 32 type: 'rest', |
33 url: 'lada-server/datenbasis', | 33 url: 'lada-server/rest/datenbasis', |
34 reader: { | 34 reader: { |
35 type: 'json', | 35 type: 'json', |
36 root: 'data' | 36 root: 'data' |
37 } | 37 } |
38 } | 38 } |