From ff108ac2990702f34cd14e2750fa79fd2ce024ad Mon Sep 17 00:00:00 2001 From: "Seonkyu.kim" Date: Wed, 28 May 2025 15:34:13 +0900 Subject: [PATCH] =?UTF-8?q?[=F0=9F=93=9D]=20Web=20=EC=A0=91=EC=86=8D=20?= =?UTF-8?q?=ED=97=A4=EB=8D=94=20=EC=84=A4=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Program/Services/V1/AppService.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Program/Services/V1/AppService.cs b/Program/Services/V1/AppService.cs index 6bc33fb..32aeb03 100644 --- a/Program/Services/V1/AppService.cs +++ b/Program/Services/V1/AppService.cs @@ -38,6 +38,7 @@ public class AppService: IAppService case "A": break; case "W": + if (project == "AcaMate") valid = true; break; default: return APIResponse.InvalidInputError($"[{summary}], 타입 에러");