From 6450bd5a0f7bf3ce944faa01d92067739075ddc2 Mon Sep 17 00:00:00 2001 From: Wen JY Date: Tue, 23 Jan 2024 13:17:57 +0800 Subject: [PATCH] =?UTF-8?q?change=20-=20=E4=BF=AE=E6=94=B9=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3=E7=B1=BB=E5=9E=8B=E4=B8=BApost?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SlnMesnac/Controllers/IngCheckController.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SlnMesnac/Controllers/IngCheckController.cs b/SlnMesnac/Controllers/IngCheckController.cs index db7dbf0..fa27f2b 100644 --- a/SlnMesnac/Controllers/IngCheckController.cs +++ b/SlnMesnac/Controllers/IngCheckController.cs @@ -26,7 +26,7 @@ public class IngCheckController /// /// /// - [HttpPut("BigMaterial")] + [HttpPost("BigMaterial")] public ApiResponse BigMaterialCheck(IngredientInfo ingredientInfo) { var result = new ApiResponse(); @@ -57,7 +57,7 @@ public class IngCheckController /// /// /// - [HttpPut("SmallMaterial")] + [HttpPost("SmallMaterial")] public ApiResponse SmallMaterialCheck(IngredientInfo ingredientInfo) {