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