a
This commit is contained in:
@@ -26,6 +26,7 @@ func Init(r *gin.Engine) {
|
||||
print.POST("/updatePrinter", controllers.UpdatePrinter)
|
||||
print.POST("/testPrint", controllers.TestPrint)
|
||||
print.GET("/getPrintMessages", controllers.GetPrintMessages)
|
||||
print.GET("/getPrinterReport", controllers.GetPrinterReport)
|
||||
//order
|
||||
order := v2.Group("/order")
|
||||
order.POST("/createOrder", controllers.CreateOrder)
|
||||
|
||||
Reference in New Issue
Block a user