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