mirror of
https://gitee.com/XM-GO/PandaX.git
synced 2026-04-23 02:48:34 +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 InitApiRouter(router *gin.RouterGroup) {
|
||||
s := &api2.SystemApiApi{
|
||||
s := &api.SystemApiApi{
|
||||
ApiApp: services.SysSysApiModelDao,
|
||||
}
|
||||
api := router.Group("api")
|
||||
|
||||
Reference in New Issue
Block a user