mirror of
https://gitee.com/XM-GO/PandaX.git
synced 2026-04-23 02:48:34 +08:00
项目目录优化,任务模块后端代码
This commit is contained in:
@@ -3,13 +3,13 @@ package router
|
||||
import (
|
||||
"github.com/gin-gonic/gin"
|
||||
api2 "pandax/apps/system/api"
|
||||
services2 "pandax/apps/system/services"
|
||||
services "pandax/apps/system/services"
|
||||
"pandax/base/ctx"
|
||||
)
|
||||
|
||||
func InitApiRouter(router *gin.RouterGroup) {
|
||||
s := &api2.SystemApiApi{
|
||||
ApiApp: services2.SysSysApiModelDao,
|
||||
ApiApp: services.SysSysApiModelDao,
|
||||
}
|
||||
api := router.Group("api")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user