liujiandao
2023-09-21 0c65eeb1f1ac4b3dd14727f41a25582fc3ee701e
router/router.go
@@ -79,7 +79,7 @@
   {
      operationAPI.GET("operation", operationController.List)
      operationAPI.POST("operation", operationController.Add)
      operationAPI.PUT("operation/:id", operationController.Update)
      operationAPI.POST("operation/:id", operationController.Update)
      operationAPI.DELETE("operation/:id", operationController.Delete)
      operationAPI.PUT("Finish/:id", operationController.Finish)
   }