@ -89,7 +89,10 @@ public class WebMvcConfig implements WebMvcConfigurer {
registry.addInterceptor(new AuthentificationInterceptor())
.addPathPatterns("/**/*")
.excludePathPatterns(
"/api/core/*"
"/api/core/*",
"/swagger-ui.html",
"/swagger-ui/*",
"/api-docs/*"
);
}