Mercurial > lada > lada-client
comparison app/model/Messwert.js @ 999:f73ca04d73a7 stammdatengrids
Refactored Server URL
author | Dustin Demuth <dustin@intevation.de> |
---|---|
date | Wed, 13 Jan 2016 14:50:28 +0100 |
parents | f4eb53ba63fc |
children | 23bfcbdb4527 |
comparison
equal
deleted
inserted
replaced
984:b21421ba6917 | 999:f73ca04d73a7 |
---|---|
70 | 70 |
71 idProperty: 'id', | 71 idProperty: 'id', |
72 | 72 |
73 proxy: { | 73 proxy: { |
74 type: 'rest', | 74 type: 'rest', |
75 url: 'lada-server/messwert', | 75 url: 'lada-server/rest/messwert', |
76 reader: { | 76 reader: { |
77 type: 'json', | 77 type: 'json', |
78 root: 'data' | 78 root: 'data' |
79 } | 79 } |
80 } | 80 } |