소스 검색

fix typo

CR013B2
Jason Chuang 3 달 전
부모
커밋
dd9a84d7af
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      src/utils/ApiPathConst.js

+ 1
- 1
src/utils/ApiPathConst.js 파일 보기

@@ -63,7 +63,7 @@ export const GET_PUB_ORG_MARK_AS_NON_CREDITOR = apiPath+'/org/pub/mark-as-non-cr

export const GET_MSG_DETAILS = apiPath+'/msg/details';
export const GET_MSG_LIST = apiPath+'/msg/list';
export const GET_MSG_DASHBOARD = apiPath+'/msg/list/deshboard';
export const GET_MSG_DASHBOARD = apiPath+'/msg/list/dashboard';

export const POST_ANNOUNCE_SAVE = apiPath+'/announcement/save';
export const GET_ANNOUNCE = apiPath+'/announcement';


불러오는 중...
취소
저장