feat: 거주자/장애인 심의대상 조회 url 오류 fix

main
minuk926 3 years ago
parent 72f75413a4
commit c20f7ebe7b

@ -26,7 +26,7 @@ export const SAVE_JUDGE_DATA = '/api/v1/ctgy/judge/data';
export const GET_JUDGE_DATA = '/api/v1/ctgy/judge/data/';
export const GET_JUDGE_LIST = '/api/v1/ctgy/judge';
export const GET_JUDGE_DETAIL_LIST = '/api/v1/ctgy/judge/detail';
export const GET_JUDGE_TARGET_LIST = '/api/v1/ctgy/judge';
export const GET_JUDGE_TARGET_LIST = '/api/v1/ctgy/judge/target';
export const SAVE_JUDGE_TARGET_LIST = '/api/v1/ctgy/judge/target';
// 장애인 의견 진술

Loading…
Cancel
Save