mirror of
https://gitee.com/XM-GO/PandaX.git
synced 2026-05-13 07:02:09 +08:00
优化功能,通知功能,任务功能
This commit is contained in:
@@ -2,13 +2,13 @@ package router
|
||||
|
||||
import (
|
||||
"github.com/gin-gonic/gin"
|
||||
api2 "pandax/apps/system/api"
|
||||
services "pandax/apps/system/services"
|
||||
"pandax/apps/system/api"
|
||||
"pandax/apps/system/services"
|
||||
"pandax/base/ctx"
|
||||
)
|
||||
|
||||
func InitConfigRouter(router *gin.RouterGroup) {
|
||||
s := &api2.ConfigApi{
|
||||
s := &api.ConfigApi{
|
||||
ConfigApp: services.SysSysConfigModelDao,
|
||||
}
|
||||
config := router.Group("config")
|
||||
|
||||
Reference in New Issue
Block a user