router/router.go
@@ -82,7 +82,7 @@ operationAPI.POST("update", operationController.Update) operationAPI.DELETE("operation/:id", operationController.Delete) operationAPI.PUT("finish/:id", operationController.Finish) operationAPI.POST("listAll", operationController.ListAll) operationAPI.POST("listTransfer", operationController.ListTransfer) }