🔧 fix: update API path in docker-compose-staging.yml for correct endpoint configuration

This commit is contained in:
2025-10-30 09:44:17 +00:00
parent ae39987c7d
commit 18d5e977e5
2 changed files with 3 additions and 1 deletions

View File

@@ -105,6 +105,7 @@ jobs:
# read .env
set -o allexport
. ./.env
. ./api/config.yml.env
set +o allexport
# replace / with -
@@ -136,6 +137,7 @@ jobs:
# read .env
set -o allexport
. ./.env
. ./api/config.yml.env
set +o allexport