เพิ่ม api log
This commit is contained in:
parent
a6b9a309f4
commit
b4b64a1267
2 changed files with 10 additions and 0 deletions
|
|
@ -29,6 +29,8 @@ import organization from "./api/02_organizational/api.organization";
|
|||
|
||||
import file from "./api/file/api.file";
|
||||
|
||||
import log from "./api/03_logs/api.log";
|
||||
|
||||
/** API ManagementUsers*/
|
||||
import menagement from "./api/manage/api.management";
|
||||
|
||||
|
|
@ -98,6 +100,7 @@ const API = {
|
|||
/*file*/
|
||||
...file,
|
||||
|
||||
...log,
|
||||
/** menagement*/
|
||||
...menagement,
|
||||
/** KPI*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue