Skip to content

Commit 7c6429c

Browse files
committed
개인 후원 route path 오탈자 수정
1 parent 66c8c6c commit 7c6429c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/routes/routes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export const routes: RouteType[] = [
6666
name: PageName.SponsorList
6767
},
6868
{
69-
path: '/sponsor/patron',
69+
path: '/sponsor/patrons',
7070
name: PageName.SponsorPatrons
7171
},
7272
{

0 commit comments

Comments
 (0)