[📝] Web 접속 헤더 설정

This commit is contained in:
김선규 2025-05-28 15:34:13 +09:00
parent c58092c048
commit ff108ac299

View File

@ -38,6 +38,7 @@ public class AppService: IAppService
case "A":
break;
case "W":
if (project == "AcaMate") valid = true;
break;
default:
return APIResponse.InvalidInputError($"[{summary}], 타입 에러");