get printmsg
This commit is contained in:
@@ -25,6 +25,7 @@ func Init(r *gin.Engine) {
|
||||
print.GET("/delPrinters", controllers.DelPrinters)
|
||||
print.GET("/updatePrinter", controllers.UpdatePrinter)
|
||||
print.GET("/testPrint", controllers.TestPrint)
|
||||
print.GET("/getPrintMessages", controllers.GetPrintMessages)
|
||||
|
||||
//v1是不需要token的
|
||||
v1 := r.Group("v1")
|
||||
|
||||
Reference in New Issue
Block a user