Skip to content

Commit

Permalink
feat: (#740) 신고 조치 결과 페이지 라우터 url 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
chsua committed Oct 15, 2023
1 parent 9e54ae6 commit bd576ff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/src/constants/path.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export const BASE_PATH = {
SEARCH: '/search',
RANKING: '/ranking',
ANNOUNCEMENT: '/announcements',
REPORT_ALARM: '/report',
ALARM: '/alarm',
};

export const PATH = {
Expand All @@ -20,4 +20,5 @@ export const PATH = {
USER_VOTE: `${BASE_PATH.USER}/votes`,
USER_INFO: `${BASE_PATH.USER}/myPage`,
USER_INFO_REGISTER: `${BASE_PATH.USER}/register`,
REPORT_ALARM: `${BASE_PATH.ALARM}/report`,
};

0 comments on commit bd576ff

Please sign in to comment.