1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/web/ synced 2025-03-09 00:00:01 +01:00

Fix context broker url

This commit is contained in:
Markus Grigull 2015-10-02 01:49:24 +02:00
parent 0357a8dc77
commit 1284de9b72

View file

@ -2,7 +2,7 @@ import DS from 'ember-data';
export default DS.RESTAdapter.extend({
host: 'http://46.101.131.212:80',
namespace: 'ngsi10',
namespace: '/api/ngsi10',
headers: {
Accept: 'application/json'
},