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