Mercurial > lada > lada-client
comparison app/store/Messgroessen.js @ 999:f73ca04d73a7 stammdatengrids
Refactored Server URL
author | Dustin Demuth <dustin@intevation.de> |
---|---|
date | Wed, 13 Jan 2016 14:50:28 +0100 |
parents | 31eaed998531 |
children |
comparison
equal
deleted
inserted
replaced
984:b21421ba6917 | 999:f73ca04d73a7 |
---|---|
24 }], | 24 }], |
25 autoLoad: true, | 25 autoLoad: true, |
26 | 26 |
27 proxy: { | 27 proxy: { |
28 type: 'rest', | 28 type: 'rest', |
29 url: 'lada-server/messgroesse', | 29 url: 'lada-server/rest/messgroesse', |
30 reader: { | 30 reader: { |
31 type: 'json', | 31 type: 'json', |
32 root: 'data' | 32 root: 'data' |
33 } | 33 } |
34 } | 34 } |