Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Netyyyy committed Jan 3, 2025
1 parent 6eff363 commit 7780517
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion azure-container-apps/docs/04-containerize-application.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ echo "ACR_NAME=${ACR_NAME}"
echo "ACR_LOGIN_SERVER=${ACR_LOGIN_SERVER}"
echo "CATALOG_SERVICE_APP=${CATALOG_SERVICE_APP}"
echo "PAYMENT_SERVICE_APP=${PAYMENT_SERVICE_APP}"
echo "ORDER_SERVICE_APP=${ORDER_SERVICE_APPq}"
echo "ORDER_SERVICE_APP=${ORDER_SERVICE_APP}"
echo "CART_SERVICE_APP=${CART_SERVICE_APP}"
echo "FRONTEND_APP=${FRONTEND_APP}"
echo "APP_IMAGE_TAG=${APP_IMAGE_TAG}"
Expand Down
2 changes: 1 addition & 1 deletion azure-container-apps/docs/06-create-gateway-server.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ springCloudGatewayRoutes:
order: "1000"
filters:
- "StripPrefix=0"
- id: "oroder-service1"
- id: "order-service1"
uri: "https://${ORDER_SERVICE_URL}"
predicates:
- "Path=/order/add/{userId}"
Expand Down

0 comments on commit 7780517

Please sign in to comment.