Skip to content

Commit

Permalink
refactor: 사전 등록 요청 url 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
WaiNaat committed Sep 13, 2023
1 parent 83e7bb2 commit b1ef9aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/constants/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export const URL_PATH = {
login: '/login',
authorization: '/authorization',
myPage: '/myPage',
newDictionaryPlantRequest: '/add-this-to-dictionary',
newDictionaryPlantRequest: '/dict/new-plant-request',
} as const;

export const MESSAGE = {
Expand Down

0 comments on commit b1ef9aa

Please sign in to comment.