From a152406475da7d2e71d26d77b2cae13e8750be15 Mon Sep 17 00:00:00 2001 From: Ben Date: Thu, 1 Jan 2026 05:20:29 +0000 Subject: [PATCH] Fix API URL slash suffix --- compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index 73cdf86..7e94a32 100644 --- a/compose.yaml +++ b/compose.yaml @@ -17,7 +17,7 @@ services: # VCS Config - VCS__PROVIDER=GITEA - VCS__HTTP_CLIENT__API_TOKEN=${GITEA_TOKEN} - - VCS__HTTP_CLIENT__API_URL=${GITEA_API_URL:-http://gitea-server:3000/api/v1} + - VCS__HTTP_CLIENT__API_URL=${GITEA_API_URL:-http://gitea-server:3000/api/v1/} volumes: - xai-cache:/root/.cache