Skip to content

Commit 3ef5a5f

Browse files
author
sachin-maheshwari
authored
Merge pull request #136 from topcoder-platform/hotfix/V5-API-Standards
DEV - Hotfix/v5 api standards
2 parents ffc8ef0 + 9632135 commit 3ef5a5f

File tree

8 files changed

+765
-570
lines changed

8 files changed

+765
-570
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ workflows:
102102
context : org-global
103103
filters:
104104
branches:
105-
only: [dev, 'feature/general-purpose-notifications-usage']
105+
only: [dev, 'hotfix/V5-API-Standards']
106106
- "build-prod":
107107
context : org-global
108108
filters:

config/default.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ module.exports = {
3232
TC_API_V4_BASE_URL: process.env.TC_API_V4_BASE_URL || '',
3333
TC_API_V5_BASE_URL: process.env.TC_API_V5_BASE_URL || '',
3434
API_CONTEXT_PATH: process.env.API_CONTEXT_PATH || '/v5/notifications',
35+
TC_API_BASE_URL: process.env.TC_API_BASE_URL || '',
3536

3637
// Configuration for generating machine to machine auth0 token.
3738
// The token will be used for calling another internal API.

0 commit comments

Comments
 (0)