Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 378b72b

Browse files
author
Dushyant Bhalgami
authored
Merge pull request #6 from topcoder-platform/circleci_merge
changes related to v5
2 parents 0d7eda1 + ab4be3b commit 378b72b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ _.each(routes, (verbs, url) => {
3838
})
3939
})
4040

41-
app.use('/', apiRouter)
41+
app.use('/v5/', apiRouter)
4242

4343
app.use((err, req, res, next) => {
4444
logger.logFullError(err, req.signature)

0 commit comments

Comments
 (0)