Compare commits

...

2 Commits

Author SHA1 Message Date
3062572e52 Merge pull request '[♻️] 개발 FRONT 테스트' (#41) from seonkyu.kim/AcaMate_API:main into debug
Some checks reported errors
Back/pipeline/head Something is wrong with the build of this commit
Reviewed-on: https://git.ipstein.myds.me/AcaMate/AcaMate_API/pulls/41
2025-05-20 01:04:39 +00:00
197e2007ce [♻️] 개발 FRONT 테스트 2025-05-20 09:56:21 +09:00

View File

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