UI รายการ web services
This commit is contained in:
parent
6cdb755d07
commit
55576bc7b3
6 changed files with 376 additions and 0 deletions
|
|
@ -11,6 +11,7 @@ import ModuleUser from "@/modules/02_users/router";
|
|||
import ModuleLogs from "@/modules/03_logs/router";
|
||||
import ModuleSystem from "@/modules/04_system/router";
|
||||
import ModuleCommand from "@/modules/05_command/router";
|
||||
import ModuleWebServices from "@/modules/06_webservices/router";
|
||||
|
||||
// TODO: ใช้หรือไม่?
|
||||
import { authenticated, logout } from "@/plugins/auth";
|
||||
|
|
@ -48,6 +49,7 @@ const router = createRouter({
|
|||
...ModuleLogs,
|
||||
...ModuleSystem,
|
||||
...ModuleCommand,
|
||||
...ModuleWebServices,
|
||||
],
|
||||
},
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue