Skip to content

Commit

Permalink
fix : 페이지 상수에 / 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
상규 authored and 상규 committed Aug 2, 2023
1 parent 817d221 commit f1b4c9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/router.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export const ROUTER_PATH = {
RUNNER_POST: '/runner-post/:runnerPostId',
RUNNER_POST_CREATE: '/runner-post-create/',
SUPPORTER_SELECT: '/supporter-select',
MY_PAGE: 'my-page',
MY_PAGE: '/my-page',
LOGIN: '/login',
NOT_FOUND: '/*',
RESULT: '/result',
Expand Down

0 comments on commit f1b4c9d

Please sign in to comment.