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 e7f37ce89a - Show all commits

View File

@@ -59,4 +59,4 @@ jobs:
- name: Update Container App
run: |
az container app update --name flying-api --resource-group noahspan --image docker.io/noahspan/flying-api:${{ github.run_id }}
az containerapp update --name flying-api --resource-group noahspan --image docker.io/noahspan/flying-api:${{ github.run_id }}

View File

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