1
This commit is contained in:
@@ -2,7 +2,6 @@ package routers
|
||||
|
||||
import (
|
||||
"git.rosy.net.cn/jx-print/controllers"
|
||||
"git.rosy.net.cn/jx-print/controllers/controller"
|
||||
"github.com/gin-gonic/gin"
|
||||
)
|
||||
|
||||
@@ -16,5 +15,5 @@ func InitV1System(v1 *gin.RouterGroup) {
|
||||
|
||||
//config
|
||||
config := v1.Group("/config")
|
||||
config.GET("/getConfig", controller.GetConfig)
|
||||
config.GET("/getConfig", controllers.GetConfig)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user