diff --git a/api/package.json b/api/package.json index 934ee1b..014265b 100644 --- a/api/package.json +++ b/api/package.json @@ -1,6 +1,6 @@ { "name": "api", - "version": "0.0.15", + "version": "0.0.16", "description": "", "author": "", "private": true, diff --git a/infrastructure/main.tf b/infrastructure/main.tf index 777db35..6ad11f5 100644 --- a/infrastructure/main.tf +++ b/infrastructure/main.tf @@ -48,7 +48,7 @@ resource "azurerm_container_app" "container_app_api" { ingress { allow_insecure_connections = false external_enabled = true - target_port = 3000 + target_port = 9090 transport = "auto" traffic_weight {