feat/infer_dev_260211 #118

Merged
gina merged 5 commits from feat/infer_dev_260211 into develop 2026-02-27 15:14:37 +09:00
Showing only changes of commit d069981c8f - Show all commits

View File

@@ -112,7 +112,6 @@ public class SecurityConfig {
.requestMatchers(
"/api/user/**",
"/api/my/menus",
"/api/members/*/password",
"/api/training-data/label/**",
"/api/training-data/review/**")
.authenticated()