Skip to content

Commit 59e01fc

Browse files
committed
fix: 주소 실수_ '/'제거
1 parent d41046e commit 59e01fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/constants/routerPath.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export const ROUTE_PATH = {
88
APPLICATION_DETAIL: 'clubs/:clubId/applicants/:applicantId',
99
CLUB_EDIT: 'clubs/:clubId/edit',
1010
APPLICATION_FORM_BUILDER: 'clubs/:clubId/application/form/create',
11-
MEMBER_MANAGEMENT: '/clubs/:clubId/members',
11+
MEMBER_MANAGEMENT: 'clubs/:clubId/members',
1212
},
1313

1414
COMMON: {

0 commit comments

Comments
 (0)