updated config

This commit is contained in:
Warunee Tamkoo 2024-12-18 12:10:05 +07:00
parent d6e10a2e10
commit a4cf7e029b
4 changed files with 1 additions and 60 deletions

View file

@ -21,9 +21,6 @@ import registry from "./api/registry/api.registry";
/** API dashboard */
import message from "./api/00_dashboard/api.message";
/** API reports */
import reports from "./api/reports/api.report";
/** API โครงสร้างอัตรากำลัง*/
import organization from "./api/02_organizational/api.organization";
@ -107,9 +104,6 @@ const API = {
//dashboard
...message,
//reports
...reports,
/*file*/
...file,