Skip to content

Commit 5907e42

Browse files
author
himaniraghav3
committed
Make copilot opportunity details route public
1 parent 5ac2a16 commit 5907e42

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
@@ -26,7 +26,7 @@ router.get(`/${apiVersion}/projects/health`, (req, res) => {
2626
// List of public routes
2727
const publicRoutes = [
2828
`/${apiVersion}/projects/copilots/opportunities`,
29-
`/${apiVersion}/projects/copilot/opportunities/:id(\\d+)`,
29+
`/${apiVersion}/projects/copilot/opportunity/:id(\\d+)`,
3030
];
3131

3232
// All project service endpoints need authentication

0 commit comments

Comments
 (0)