Skip to content

Commit

Permalink
Merge pull request #180 from Team-HMH/fix/#179-local-date-response-reโ€ฆ
Browse files Browse the repository at this point in the history
โ€ฆturn-array-type

fix - @EnableWebMvc ์ œ๊ฑฐ๋กœ ์˜ˆ์ƒํ•˜์ง€ ์•Š์€ ๊ธฐ๋Šฅ์ด ๊ตฌํ˜„๋˜์ง€ ์•Š๋„๋ก ์ˆ˜์ •
  • Loading branch information
kseysh authored Jul 17, 2024
2 parents e552391 + 479eacc commit e4c8a63
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/java/sopt/org/hmh/global/config/WebConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,12 @@
import org.springframework.context.annotation.Configuration;
import org.springframework.web.method.support.HandlerMethodArgumentResolver;
import org.springframework.web.servlet.config.annotation.CorsRegistry;
import org.springframework.web.servlet.config.annotation.EnableWebMvc;
import org.springframework.web.servlet.config.annotation.InterceptorRegistry;
import org.springframework.web.servlet.config.annotation.WebMvcConfigurer;
import sopt.org.hmh.global.auth.UserIdArgumentResolver;
import sopt.org.hmh.global.auth.security.ValidateAdminInterceptor;

@Configuration
@EnableWebMvc
@RequiredArgsConstructor
public class WebConfig implements WebMvcConfigurer {

Expand Down

0 comments on commit e4c8a63

Please sign in to comment.