We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fca1e7 commit 1cd1a0bCopy full SHA for 1cd1a0b
1 file changed
backend/src/api/public/v1/index.ts
@@ -16,7 +16,7 @@ export function v1Router(): Router {
16
router.use('/members', oauth2Middleware(AUTH0_CONFIG), membersRouter())
17
router.use('/organizations', oauth2Middleware(AUTH0_CONFIG), organizationsRouter())
18
router.use(
19
- '/member-organization-affiliations',
+ '/affiliations',
20
staticApiKeyMiddleware(),
21
memberOrganizationAffiliationsRouter(),
22
)
0 commit comments