thkim
유민형 2024-04-02 18:01:57 +09:00
parent 70f1067884
commit 487e3946d6
1 changed files with 1 additions and 4 deletions

View File

@ -87,10 +87,7 @@ public class SecurityConfig {
"/swagger-ui/**",
/*기준코드 조회*/
"/standardCode/**",
/*임시 20240402 */
"/admin/**"
"/standardCode/**"
};
private static final String[] ORIGINS_WHITELIST = {
"http://localhost:3000",