Skip to content

Commit

Permalink
Content Negotiation changes
Browse files Browse the repository at this point in the history
  • Loading branch information
manojboot committed Jul 2, 2023
1 parent a5e8263 commit e7f475e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/com/example/movie/WebConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
import org.springframework.web.servlet.config.annotation.ContentNegotiationConfigurer;
import org.springframework.web.servlet.config.annotation.WebMvcConfigurer;

// Configuration for content negotiation

@Configuration
public class WebConfig implements WebMvcConfigurer{

Expand Down

0 comments on commit e7f475e

Please sign in to comment.