UNPKG

mst-scm-server-core

Version:
1 lines 356 B
const{client:e}=require("mst-server-api-client"),i=e.createServiceClient(process.env.API_AUTHORIZATION_URL),r=e.createServiceClient(process.env.API_MASTER_URL),c=e.createServiceClient(process.env.API_FINANCE_URL),t=e.createServiceClient(process.env.SMS_URL);module.exports={ApiServiceAuthorization:i,ApiServiceMaster:r,ApiServiceFinance:c,ApiServiceSMS:t};