Skip to content

Commit

Permalink
Rettet disabling av LogApiRequestInterceptor.
Browse files Browse the repository at this point in the history
  • Loading branch information
rfc3092 committed Feb 22, 2024
1 parent 92d6cd6 commit eb2fcad
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@

@Configuration
public class LoggingWebConfig implements WebMvcConfigurer {
@Override
/* @Override
public void addInterceptors(InterceptorRegistry registry) {
registry.addInterceptor(new LogApiRequestInterceptor());
}
}*/
}

0 comments on commit eb2fcad

Please sign in to comment.