Skip to content

Commit

Permalink
[chore] update origin
Browse files Browse the repository at this point in the history
  • Loading branch information
hyunihs committed Aug 20, 2023
1 parent d5f189e commit d4cf260
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,6 @@ public class WebSecurityConfig {
@Value("${server.admin_url}")
private String ADMIN_URL;

@Value("${server.temporary_url}")
private String TEMPORARY_URL;

@Value("${swagger.user}")
private String swaggerUser;

Expand Down Expand Up @@ -191,8 +188,7 @@ private CorsConfiguration getDefaultCorsConfiguration() {
"http://localhost:3001",
USER_URL,
ADMIN_URL,
SERVER_URL,
TEMPORARY_URL));
SERVER_URL));
configuration.setAllowedHeaders(List.of("*"));
configuration.setAllowedMethods(List.of("*"));
configuration.setAllowCredentials(true);
Expand Down

0 comments on commit d4cf260

Please sign in to comment.