Skip to content

Commit a4c953e

Browse files
author
Sachin Maheshwari
committed
changes according to core lib#2.6 .
1 parent 61a68c5 commit a4c953e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"pg": "^4.5.5",
6161
"pg-native": "^1.10.1",
6262
"sequelize": "^3.23.0",
63-
"tc-core-library-js": "appirio-tech/tc-core-library-js.git#v2.3",
63+
"tc-core-library-js": "appirio-tech/tc-core-library-js.git#v2.6",
6464
"traverse": "^0.6.6",
6565
"urlencode": "^1.1.0"
6666
},

src/routes/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ router.route('/v4/projects/metadata')
5252
router.all(
5353
RegExp(`\\/${apiVersion}\\/(projects|timelines)(?!\\/health).*`), (req, res, next) => (
5454
// JWT authentication
55-
jwtAuth()(req, res, next)
55+
jwtAuth(config)(req, res, next)
5656
),
5757
);
5858

0 commit comments

Comments
 (0)