diff --git a/lib/rest.js b/lib/rest.js index 1fc22d0..6ac4a14 100644 --- a/lib/rest.js +++ b/lib/rest.js @@ -39,7 +39,7 @@ module.exports = function(app){ o = { host: 'api.dev.oknesset.org', port: 80, - path: path + path: '/api/v2'+path }; console.log('Got request to', path);