Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Develop #61

Merged
merged 10 commits into from
Jan 25, 2024
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public/assessment/web2
public/tmp

.env

src/.env
gcp.json

gcp1.json
Expand All @@ -76,3 +76,5 @@ gcp1.json
src/globalConfig.json

dev-ops/report

src/package-lock.json
9 changes: 0 additions & 9 deletions src/.env

This file was deleted.

17 changes: 15 additions & 2 deletions src/constants/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -1852,8 +1852,8 @@
}
]
},
{
"sourceRoute": "/mentoring/v1/organization/create",
{
"sourceRoute": "/mentoring/v1/organization/eventListener",
"type": "POST",
"priority": "MUST_HAVE",
"inSequence": false,
Expand Down Expand Up @@ -2657,6 +2657,19 @@
"packageName": "elevate-mentoring"
}
]
},
{
"sourceRoute": "/mentoring/v1/sessions/bulkUpdateMentorNames",
"type": "POST",
"priority": "MUST_HAVE",
"inSequence": false,
"orchestrated": false,
"targetPackages": [
{
"basePackageName": "mentoring",
"packageName": "elevate-mentoring"
}
]
}
],
"requiredEnvs": {
Expand Down
Loading