Skip to content

Commit

Permalink
removed default
Browse files Browse the repository at this point in the history
  • Loading branch information
jacopocarlini committed Mar 21, 2024
1 parent b6d451c commit b5dcb1e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions openapi/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,10 @@
"url" : "{host}{basePath}",
"variables" : {
"basePath" : {
"default" : "http://localhost:8080",
"enum" : [ "/backoffice/external/psp/v1", "/backoffice/external/ec/v1", "/backoffice/helpdesk/v1" ]
},
"host" : {
"default" : "https://api.dev.platform.pagopa.it",
"default" : "https://api.platform.pagopa.it",
"enum" : [ "https://api.dev.platform.pagopa.it", "https://api.uat.platform.pagopa.it", "https://api.platform.pagopa.it" ]
}
}
Expand Down

0 comments on commit b5dcb1e

Please sign in to comment.