Skip to content

Commit

Permalink
review comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nitin-ebi committed Feb 20, 2024
1 parent bc8c836 commit 66f7d3e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public class SwaggerConfig extends WebMvcConfigurerAdapter {
private SwaggerInterceptAdapter interceptAdapter;

@Bean
public OpenAPI seqColOpenAPI() {
public OpenAPI evaSubmissionOpenAPI() {
return new OpenAPI()
.info(new Info().title("EVA Submission Webservices")
.description("A Service that allows users to submit to the EVA")
Expand Down

0 comments on commit 66f7d3e

Please sign in to comment.