[api] cors 단순화

-수정
This commit is contained in:
2026-02-26 16:16:13 +09:00
parent 1cda5257ef
commit 719b25ce06
3 changed files with 4 additions and 9 deletions
@@ -17,7 +17,7 @@ import java.util.List;
@RestController
@RequestMapping("/test")
@RequiredArgsConstructor
public class TestCorsAllowedController {
public class TestCorsAllowController {
private final CorsAllowedOriginsCache corsCache;