Mercurial > lada > lada-client
comparison app/model/Location.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 |
comparison
equal
deleted
inserted
replaced
984:b21421ba6917 | 999:f73ca04d73a7 |
---|---|
53 | 53 |
54 idProperty: 'id', | 54 idProperty: 'id', |
55 | 55 |
56 proxy: { | 56 proxy: { |
57 type: 'rest', | 57 type: 'rest', |
58 url: 'lada-server/location', | 58 url: 'lada-server/rest/location', |
59 reader: { | 59 reader: { |
60 type: 'json', | 60 type: 'json', |
61 root: 'data' | 61 root: 'data' |
62 } | 62 } |
63 } | 63 } |