Skip to content

Commit

Permalink
fix: Openapi cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
vincenzo-ingenito committed Jul 24, 2023
1 parent c456046 commit 0a8654f
Showing 1 changed file with 2 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,8 @@
version = "1.0.0",
description = "Feeds the Validator with configuration items",
termsOfService = "${docs.info.termsOfService}",
contact = @Contact(name = "${docs.info.contact.name}", url = "${docs.info.contact.url}", email = "${docs.info.contact.mail}")),
servers = {
@Server(
description = "Gateway Rules Manager Development URL",
url = "http://localhost:8011",
extensions = {
@Extension(properties = {
@ExtensionProperty(name = "x-sandbox", parseValue = true, value = "true")
})
}
)
})
contact = @Contact(name = "${docs.info.contact.name}", url = "${docs.info.contact.url}", email = "${docs.info.contact.mail}"))
)
public class OpenApiCFG {

public OpenApiCFG() {
Expand Down

0 comments on commit 0a8654f

Please sign in to comment.