up dashboard all
This commit is contained in:
parent
f4d11d6686
commit
4b297cd8e1
8 changed files with 300 additions and 1 deletions
|
|
@ -72,6 +72,8 @@ import command from "./api/18_command/api.command";
|
|||
|
||||
import file from "./api/file/api.file";
|
||||
|
||||
import dashboard from "./api/reports/api.dashboard";
|
||||
|
||||
// environment variables
|
||||
export const compettitivePanel = import.meta.env.VITE_COMPETITIVE_EXAM_PANEL;
|
||||
export const qualifyDisableExamPanel = import.meta.env
|
||||
|
|
@ -140,6 +142,8 @@ const API = {
|
|||
|
||||
/*file*/
|
||||
...file,
|
||||
|
||||
...dashboard,
|
||||
};
|
||||
|
||||
const path = import.meta.env.VITE_MANUAL_URL ?? "";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue