Mercurial > lada > lada-client
comparison app/model/Probenart.js @ 999:f73ca04d73a7 stammdatengrids
Refactored Server URL
author | Dustin Demuth <dustin@intevation.de> |
---|---|
date | Wed, 13 Jan 2016 14:50:28 +0100 |
parents | d47ee7439f44 |
children |
comparison
equal
deleted
inserted
replaced
984:b21421ba6917 | 999:f73ca04d73a7 |
---|---|
31 | 31 |
32 idProperty: 'id', | 32 idProperty: 'id', |
33 | 33 |
34 proxy: { | 34 proxy: { |
35 type: 'rest', | 35 type: 'rest', |
36 url: 'lada-server/probenart', | 36 url: 'lada-server/rest/probenart', |
37 reader: { | 37 reader: { |
38 type: 'json', | 38 type: 'json', |
39 root: 'data' | 39 root: 'data' |
40 } | 40 } |
41 } | 41 } |