Browse Source

fix bug

CR003
Anna Ho 1 year ago
parent
commit
8fdc98276d
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/utils/ApiPathConst.js

+ 1
- 0
src/utils/ApiPathConst.js View File

@@ -44,6 +44,7 @@ export const GET_ORG_MARK_AS_CREDITOR = apiPath+'/org/mark-as-creditor';
export const GET_ORG_MARK_AS_NON_CREDITOR = apiPath+'/org/mark-as-non-creditor'; export const GET_ORG_MARK_AS_NON_CREDITOR = apiPath+'/org/mark-as-non-creditor';
export const GET_SEND_TERMINATION_OF_CREDIT = apiPath+'/org/sendDn_terminationOfCredit'; export const GET_SEND_TERMINATION_OF_CREDIT = apiPath+'/org/sendDn_terminationOfCredit';
export const GET_ORG_EXPORT = apiPath+'/org/export'; export const GET_ORG_EXPORT = apiPath+'/org/export';
export const GET_SEND_OVERDUE_CREDITOR_LIST = apiPath+'/org/sendDn_OverdueCreditorList';//POST


//public //public
export const GET_PUB_ORG_PATH = apiPath+'/org/pub'; export const GET_PUB_ORG_PATH = apiPath+'/org/pub';


Loading…
Cancel
Save