diff --git a/lib/plugins/orionUrls.js b/lib/plugins/orionUrls.js index 50ebf5e..58e374a 100644 --- a/lib/plugins/orionUrls.js +++ b/lib/plugins/orionUrls.js @@ -35,7 +35,8 @@ */ module.exports = [ /* Legacy NGSI operations (to be removed soon) */ - /* Note POST /(v1|ngsi10)/updateContext is not included here, as it is processed in an special way in orionPlugin.js */ + /* Note POST /(v1|ngsi10)/updateContext is not included here, + /* as it is processed in an special way in orionPlugin.js */ ['POST', /\/(v1|ngsi10)\/querycontext$/, 'read'], ['GET', /^\/v1\/contextentities\/.+\/attributes\/.+/, 'read'], ['PUT', /^\/v1\/contextentities\/.+/, 'update'],