Skip to content

Commit 82d6a6e

Browse files
author
himaniraghav3
committed
get by id should be singular
1 parent 12243ea commit 82d6a6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ router.route('/v5/projects/:projectId(\\d+)/copilots/requests/:copilotRequestId(
401401
// Project Copilot Opportunity
402402
router.route('/v5/projects/copilots/opportunities')
403403
.get(require('./copilotOpportunity/list'));
404-
router.route('/v5/projects/copilot/opportunities/:id(\\d+)')
404+
router.route('/v5/projects/copilot/opportunity/:id(\\d+)')
405405
.get(require('./copilotOpportunity/get'));
406406

407407
// Project Estimation Items

0 commit comments

Comments
 (0)