Skip to content

Commit b20d003

Browse files
committed
refactor: update endpoint
Signed-off-by: Umberto Sgueglia <usgueglia@contractor.linuxfoundation.org>
1 parent 226a9f0 commit b20d003

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/src/api/public/v1/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export function v1Router(): Router {
1616
router.use('/members', oauth2Middleware(AUTH0_CONFIG), membersRouter())
1717
router.use('/organizations', oauth2Middleware(AUTH0_CONFIG), organizationsRouter())
1818
router.use(
19-
'/member-organization-affiliations',
19+
'/affiliations',
2020
staticApiKeyMiddleware(),
2121
memberOrganizationAffiliationsRouter(),
2222
)

0 commit comments

Comments
 (0)