Skip to content

Commit

Permalink
FIX lint
Browse files Browse the repository at this point in the history
  • Loading branch information
fgalan authored Jul 7, 2023
1 parent 91934f8 commit 0f6734f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/plugins/orionUrls.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
Expand Down

0 comments on commit 0f6734f

Please sign in to comment.