Mercurial > lada > lada-client
comparison app/model/Datenbasis.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 |
---|---|
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 } |