Mercurial > lada > lada-client
comparison app/model/Probenzusatz.js @ 999:f73ca04d73a7 stammdatengrids
Refactored Server URL
author | Dustin Demuth <dustin@intevation.de> |
---|---|
date | Wed, 13 Jan 2016 14:50:28 +0100 |
parents | 0c8e689f3bcb |
children | 52bf58630e58 |
comparison
equal
deleted
inserted
replaced
984:b21421ba6917 | 999:f73ca04d73a7 |
---|---|
42 | 42 |
43 idProperty: 'id', | 43 idProperty: 'id', |
44 | 44 |
45 proxy: { | 45 proxy: { |
46 type: 'rest', | 46 type: 'rest', |
47 url: 'lada-server/probenzusatz', | 47 url: 'lada-server/rest/probenzusatz', |
48 reader: { | 48 reader: { |
49 type: 'json', | 49 type: 'json', |
50 root: 'data' | 50 root: 'data' |
51 } | 51 } |
52 } | 52 } |