Skip to content

Commit

Permalink
Add FIXME message to routes
Browse files Browse the repository at this point in the history
  • Loading branch information
mapedraza committed Aug 26, 2024
1 parent 936d78c commit 517cdb7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/services/northBound/deviceGroupAdministrationServer.js
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,7 @@ function handleDeleteDeviceGroups(req, res, next) {
*
* @param {Object} router Express request router object.
*/
// #FIXME1649: Routes using /iot/services path should be removed when support for it is removed
function loadContextRoutes(router) {
router.post(
'/iot/services',
Expand Down

0 comments on commit 517cdb7

Please sign in to comment.