thkim
parent
70f1067884
commit
487e3946d6
|
|
@ -87,10 +87,7 @@ public class SecurityConfig {
|
||||||
"/swagger-ui/**",
|
"/swagger-ui/**",
|
||||||
|
|
||||||
/*기준코드 조회*/
|
/*기준코드 조회*/
|
||||||
"/standardCode/**",
|
"/standardCode/**"
|
||||||
|
|
||||||
/*임시 20240402 */
|
|
||||||
"/admin/**"
|
|
||||||
};
|
};
|
||||||
private static final String[] ORIGINS_WHITELIST = {
|
private static final String[] ORIGINS_WHITELIST = {
|
||||||
"http://localhost:3000",
|
"http://localhost:3000",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue