Skip to content
Snippets Groups Projects
Commit 20ba999f authored by Arturo Hernandez [EPAM]'s avatar Arturo Hernandez [EPAM]
Browse files

Merge branch 'xom/admin_ui_integration' into 'master'

Admin UI integration

See merge request !343
parents cfcc7f4c 1721e031
No related branches found
No related tags found
1 merge request!343Admin UI integration
Pipeline #308832 passed
......@@ -8,7 +8,8 @@ import org.springframework.web.servlet.config.annotation.WebMvcConfigurer;
public class WebConfig implements WebMvcConfigurer {
@Override
public void addCorsMappings(CorsRegistry registry) {
registry.addMapping("/**");
registry.addMapping("/**")
.allowedMethods("HEAD", "GET", "POST", "PUT", "DELETE", "PATCH", "OPTIONS");
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment