diff --git a/src/configs/routesConfigs/sunbird-mentoring.json b/src/configs/routesConfigs/sunbird-mentoring.json index 9d783d8..8200a7e 100644 --- a/src/configs/routesConfigs/sunbird-mentoring.json +++ b/src/configs/routesConfigs/sunbird-mentoring.json @@ -1397,6 +1397,19 @@ } ] }, + { + "sourceRoute": "/mentoring/v1/notification/template", + "type": "GET", + "priority": "MUST_HAVE", + "inSequence": false, + "orchestrated": false, + "targetPackages": [ + { + "basePackageName": "mentoring", + "packageName": "sunbird-mentoring" + } + ] + }, { "sourceRoute": "/mentoring/v1/notification/template/:id", "type": "GET", @@ -1423,6 +1436,19 @@ } ] }, + { + "sourceRoute": "/mentoring/v1/notification/template/:id", + "type": "PATCH", + "priority": "MUST_HAVE", + "inSequence": false, + "orchestrated": false, + "targetPackages": [ + { + "basePackageName": "mentoring", + "packageName": "sunbird-mentoring" + } + ] + }, { "sourceRoute": "/mentoring/v1/org-admin/updateRelatedOrgs", "type": "POST",