Compare commits

...

2 Commits

Author SHA1 Message Date
05e3989ffb Merge pull request '[🐛] 서버 시점 변경' (#45) 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/45
2025-05-28 06:55:32 +00:00
bc4658afca [🐛] 서버 시점 변경 2025-05-28 15:55:02 +09:00

View File

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