ソースを参照

fix typo

master
Jason Chuang 1年前
コミット
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_DETAILS = apiPath+'/msg/details';
export const GET_MSG_LIST = apiPath+'/msg/list'; 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 POST_ANNOUNCE_SAVE = apiPath+'/announcement/save';
export const GET_ANNOUNCE = apiPath+'/announcement'; export const GET_ANNOUNCE = apiPath+'/announcement';


読み込み中…
キャンセル
保存