Skip to content

Commit

Permalink
#594 [feat] dev-local url cors open
Browse files Browse the repository at this point in the history
  • Loading branch information
sohyundoh committed Dec 19, 2024
1 parent 9eeb352 commit ad35268
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module-api/src/main/java/com/mile/config/WebConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public class WebConfig implements WebMvcConfigurer {
@Value("${client.develop}")
private String clientDevelop;

@Value("${cleint.dev-local}")
@Value("${client.dev-local}")
private String clientDevLocal;

@Value("${client.deploy}")
Expand Down

0 comments on commit ad35268

Please sign in to comment.