Skip to content

Commit

Permalink
Merge pull request #56 from ELEVATE-Project/organization-create
Browse files Browse the repository at this point in the history
Modified Organization Create To EventListener
  • Loading branch information
joffinjoy authored Jan 22, 2024
2 parents adcd94c + 1de9c93 commit bc78449
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions src/.env
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
APPLICATION_PORT=3569
APPLICATION_PORT=3567
APPLICATION_ENV='development'
REQUIRED_PACKAGES="elevate-user@1.1.35 elevate-mentoring@1.1.38 elevate-scheduler@1.0.4"
REQUIRED_PACKAGES="elevate-user@1.1.35 elevate-mentoring@1.1.39 elevate-scheduler@1.0.4"
SUPPORTED_HTTP_TYPES="GET POST PUT PATCH DELETE"
USER_SERVICE_BASE_URL='http://user:3001'
MENTORING_SERVICE_BASE_URL='http://mentoring:3000'
Expand Down
4 changes: 2 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
8 changes: 4 additions & 4 deletions src/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"cli-table": "^0.3.11",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"elevate-mentoring": "^1.1.38",
"elevate-mentoring": "^1.1.39",
"elevate-package-validator": "^1.0.0",
"elevate-scheduler": "^1.0.4",
"elevate-user": "^1.1.35",
Expand Down

0 comments on commit bc78449

Please sign in to comment.