NotiTestController 요청 매핑 경로 수정: //notitest/djb/notitest
eapim-portal CI / build (push) Has been cancelled
eapim-portal Test / test (push) Has been cancelled

This commit is contained in:
Rinjae
2026-09-02 09:35:50 +09:00
parent b7477e10a1
commit aafa7ac351
@@ -44,7 +44,7 @@ import java.util.stream.Collectors;
*/
@Slf4j
@Controller
@RequestMapping("//notitest")
@RequestMapping("/djb/notitest")
@RequiredArgsConstructor
public class NotiTestController {