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
3 changed files with 5 additions and 6 deletions
Showing only changes of commit 20e04819b1 - Show all commits

View File

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

View File

@@ -1,7 +1,7 @@
{
"name": "app",
"private": true,
"version": "0.0.7",
"version": "0.0.8",
"type": "module",
"scripts": {
"dev": "vite",

View File

@@ -30,8 +30,7 @@ resource "azurerm_container_app" "container_app_api" {
dapr {
app_id = module.environment.container_app_api_dapr_app_id
app_port = 80
app_protocol = "http"
app_port = 3000
}
template {
@@ -49,7 +48,7 @@ resource "azurerm_container_app" "container_app_api" {
ingress {
allow_insecure_connections = false
external_enabled = true
target_port = 80
target_port = 3000
transport = "auto"
traffic_weight {
@@ -95,7 +94,7 @@ resource "azurerm_container_app" "container_app_app" {
ingress {
allow_insecure_connections = false
external_enabled = true
target_port = 80
target_port = 8080
transport = "auto"
traffic_weight {