Skip to content

Commit

Permalink
Merge pull request #5 from KB-iGOT/kb_develop
Browse files Browse the repository at this point in the history
Kb develop
  • Loading branch information
Haritest authored Sep 17, 2024
2 parents 843f8f0 + d2e2584 commit 23b9085
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions src/configs/routesConfigs/sunbird-mentoring.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit 23b9085

Please sign in to comment.