fix report log
This commit is contained in:
parent
8bb4cde951
commit
b6146fb532
1 changed files with 2 additions and 1 deletions
|
|
@ -1,8 +1,9 @@
|
|||
import env from "../index";
|
||||
const log = `${env.API_LOG}/log`;
|
||||
// const log = `${env.API_URI}/log`;
|
||||
const reportTemplate = `${env.API_REPORT_TEMPLATE_URI}`;
|
||||
|
||||
export default {
|
||||
log,
|
||||
reportLog: `${log}/report/logsList`,
|
||||
reportTemplate,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue