瀏覽代碼

fix typo

New_Enhancement
Jason Chuang 2 月之前
父節點
當前提交
cabafad91c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      src/utils/ApiPathConst.js

+ 1
- 1
src/utils/ApiPathConst.js 查看文件

@@ -61,7 +61,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';


Loading…
取消
儲存