공통코드 url prefix 수정
This commit is contained in:
@@ -89,7 +89,7 @@ public class SecurityConfig {
|
|||||||
.requestMatchers(
|
.requestMatchers(
|
||||||
"/api/user/**",
|
"/api/user/**",
|
||||||
"/api/my/menus",
|
"/api/my/menus",
|
||||||
"/api/code/**",
|
"/api/common-code/**",
|
||||||
"/api/training-data/label/**")
|
"/api/training-data/label/**")
|
||||||
.authenticated()
|
.authenticated()
|
||||||
.anyRequest()
|
.anyRequest()
|
||||||
|
|||||||
Reference in New Issue
Block a user