fixing error & layout command template
This commit is contained in:
parent
d836432c3e
commit
7540311518
7 changed files with 56 additions and 35 deletions
|
|
@ -43,6 +43,9 @@ import development from "./api/15_development/api.development";
|
|||
/** API BackUp/*/
|
||||
import backup from "./api/04_system/api.backup";
|
||||
|
||||
/** API Command/*/
|
||||
import command from "./api/05_command/api.command";
|
||||
|
||||
// environment variables
|
||||
export const compettitivePanel = import.meta.env.VITE_COMPETITIVE_EXAM_PANEL;
|
||||
export const qualifyDisableExamPanel = import.meta.env
|
||||
|
|
@ -110,6 +113,8 @@ const API = {
|
|||
...development,
|
||||
/** backup*/
|
||||
...backup,
|
||||
/** command*/
|
||||
...command,
|
||||
};
|
||||
|
||||
export default {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue