Skip to content

Commit

Permalink
Update WebConfig.java
Browse files Browse the repository at this point in the history
  • Loading branch information
jiyunio authored Dec 26, 2024
1 parent bb04e40 commit ef8cec7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/java/com/jiyunio/todolist/config/WebConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@

@Configuration
public class WebConfig implements WebMvcConfigurer {
private String port = "5173";
@Value("${web.port}")
private String port;

@Override
public void addCorsMappings(CorsRegistry registry) {
Expand Down

0 comments on commit ef8cec7

Please sign in to comment.