Commit e12f091e authored by nmuthusamy's avatar nmuthusamy

swagger config updated

parent 087bd784
...@@ -37,7 +37,7 @@ public class SwaggerConfig { ...@@ -37,7 +37,7 @@ public class SwaggerConfig {
@Bean @Bean
public Docket productApi() { public Docket productApi() {
return new Docket(DocumentationType.SWAGGER_2).select().apis(RequestHandlerSelectors.basePackage("com.altimetrik.articles.controllers")).paths(regex("/.*")).build() return new Docket(DocumentationType.SWAGGER_2).select().apis(RequestHandlerSelectors.basePackage("com.altimetrik.controllers")).paths(regex("/.*")).build()
.enable(enableSwagger).apiInfo(metaData()); .enable(enableSwagger).apiInfo(metaData());
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment