Feature/33 api fails when no pilots or logbook entries #35

Merged
noahspannbauer merged 85 commits from feature/33-api-fails-when-no-pilots-or-logbook-entries into main 2025-02-02 18:24:48 -05:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit c8eb31174d - Show all commits

View File

@@ -1,6 +1,6 @@
{
"name": "api",
"version": "0.0.15",
"version": "0.0.16",
"description": "",
"author": "",
"private": true,

View File

@@ -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 {