Merge pull request '공통코드 url prefix 수정' (#192) from feat/infer_dev_260107 into develop

Reviewed-on: https://kamco.gitea.gs.dabeeo.com/dabeeo/kamco-dabeeo-backoffice/pulls/192
This commit is contained in:
2026-01-12 15:49:03 +09:00

View File

@@ -89,7 +89,7 @@ public class SecurityConfig {
.requestMatchers(
"/api/user/**",
"/api/my/menus",
"/api/code/**",
"/api/common-code/**",
"/api/training-data/label/**")
.authenticated()
.anyRequest()