Skip to content

Commit

Permalink
Fixed ITN functions url into APIs (#1156)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldisaro authored Sep 10, 2024
1 parent 00fc528 commit bdff367
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!-- io-p-appgateway-snet -->
<address-range from="10.0.13.0" to="10.0.13.255" />
</ip-filter>
<set-backend-service base-url="https://io-p-app-messages-fn-1.azurewebsites.net/api/v1" />
<set-backend-service base-url="https://io-p-itn-msgs-citizen-func-01.azurewebsites.net/api/v1" />
<set-header name="x-functions-key" exists-action="override">
<value>{{io-messages-backend-key}}</value>
</set-header>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!-- io-p-appgateway-snet -->
<address-range from="10.0.13.0" to="10.0.13.255" />
</ip-filter>
<set-backend-service base-url="https://io-p-app-messages-fn-2.azurewebsites.net/api/v1" />
<set-backend-service base-url="https://io-p-itn-msgs-citizen-func-02.azurewebsites.net/api/v1" />
<set-header name="x-functions-key" exists-action="override">
<value>{{io-messages-backend-key}}</value>
</set-header>
Expand Down

0 comments on commit bdff367

Please sign in to comment.