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