Compare commits

...

2 Commits

Author SHA1 Message Date
26bacea815 Merge pull request '[🐛] Build - Debug 에러 수정' (#47) 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/47
2025-06-05 08:37:09 +00:00
80197c7775 [🐛] Build - Debug 에러 수정 2025-06-05 17:36:37 +09:00

View File

@ -1,6 +1,7 @@
using Back.Program.Common.Auth;
using Back.Program.Common.Data;
using Back.Program.Services.V1;
using Back.Program.Services.V1.Interfaces;
using Microsoft.AspNetCore.Mvc;
namespace Back.Program.Controllers.V1