We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ac2a16 commit 5907e42Copy full SHA for 5907e42
src/routes/index.js
@@ -26,7 +26,7 @@ router.get(`/${apiVersion}/projects/health`, (req, res) => {
26
// List of public routes
27
const publicRoutes = [
28
`/${apiVersion}/projects/copilots/opportunities`,
29
- `/${apiVersion}/projects/copilot/opportunities/:id(\\d+)`,
+ `/${apiVersion}/projects/copilot/opportunity/:id(\\d+)`,
30
];
31
32
// All project service endpoints need authentication
0 commit comments