Skip to content

Commit

Permalink
fix: fixed base url for internal api
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldisaro committed May 21, 2024
1 parent 85a5560 commit 2114b35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion openapi/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ info:
url: https://io.italia.it/assets/img/io-logo-blue.svg
description: |
# Warning Experimental API These apis are experimental and for internal use.
host: api.io.pagopa.it
host: api-app.internal.io.pagopa.it
basePath: /api/v1/messages-sending/internal
schemes:
- https
Expand Down
2 changes: 1 addition & 1 deletion openapi/index_internal.yaml.template
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ info:
description: >
# Warning Experimental API
These apis are experimental and for internal use.
host: api.io.pagopa.it
host: api-app.internal.io.pagopa.it
basePath: /api/v1/messages-sending/internal
schemes:
- https
Expand Down

0 comments on commit 2114b35

Please sign in to comment.