Skip to content

Commit

Permalink
[Refactor] WebConfig.java 업데이트
Browse files Browse the repository at this point in the history
  • Loading branch information
jiyunio authored Dec 25, 2024
1 parent 37da865 commit bb04e40
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/java/com/jiyunio/todolist/config/WebConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@

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

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

0 comments on commit bb04e40

Please sign in to comment.