Merge pull request '[📝] 로컬 변경' (#50) from seonkyu.kim/AcaMate_API:main into debug
All checks were successful
Back/pipeline/head This commit looks good

Reviewed-on: https://git.ipstein.myds.me/AcaMate/AcaMate_API/pulls/50
This commit is contained in:
김선규 2025-06-17 07:40:44 +00:00
commit f216ec9866

View File

@ -26,7 +26,7 @@ using Back.Program.Services.V1.Interfaces;
Boolean isLocal = false;
// 로컬 테스트 할 때는 이거 키고 아니면 끄기
isLocal = true;
// isLocal = true;
var builder = WebApplication.CreateBuilder(args);