Mercurial > lada > lada-client
comparison app/model/Messung.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 2adc329d90fe |
comparison
equal
deleted
inserted
replaced
984:b21421ba6917 | 999:f73ca04d73a7 |
---|---|
1 /* Copyright (C) 2013 by Bundesamt fuer Strahlenschutz | 1 * Copyright (C) 2013 by Bundesamt fuer Strahlenschutz |
2 * Software engineering by Intevation GmbH | 2 * Software engineering by Intevation GmbH |
3 * | 3 * |
4 * This file is Free Software under the GNU GPL (v>=3) | 4 * This file is Free Software under the GNU GPL (v>=3) |
5 * and comes with ABSOLUTELY NO WARRANTY! Check out | 5 * and comes with ABSOLUTELY NO WARRANTY! Check out |
6 * the documentation coming with IMIS-Labordaten-Application for details. | 6 * the documentation coming with IMIS-Labordaten-Application for details. |
80 | 80 |
81 idProperty: 'id', | 81 idProperty: 'id', |
82 | 82 |
83 proxy: { | 83 proxy: { |
84 type: 'rest', | 84 type: 'rest', |
85 url: 'lada-server/messung', | 85 url: 'lada-server/rest/messung', |
86 reader: { | 86 reader: { |
87 type: 'json', | 87 type: 'json', |
88 root: 'data' | 88 root: 'data' |
89 } | 89 } |
90 } | 90 } |