From f497e754267db1ff683363e21909804aa6e2d5cb Mon Sep 17 00:00:00 2001 From: timo Date: Fri, 1 Aug 2025 12:07:40 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7(project)=20Add=20trailing=20slash?= =?UTF-8?q?=20to=20yprovider=20api=20path?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The value in the production environment .env example was missing a trailing slash in the path. This commit adjusts this to be in the same format as in other places. --- env.d/production.dist/yprovider | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/env.d/production.dist/yprovider b/env.d/production.dist/yprovider index 31cb138b..58e4d02f 100644 --- a/env.d/production.dist/yprovider +++ b/env.d/production.dist/yprovider @@ -1,4 +1,4 @@ -Y_PROVIDER_API_BASE_URL=http://${YPROVIDER_HOST}:4444/api +Y_PROVIDER_API_BASE_URL=http://${YPROVIDER_HOST}:4444/api/ Y_PROVIDER_API_KEY= COLLABORATION_SERVER_SECRET= COLLABORATION_SERVER_ORIGIN=https://${DOCS_HOST}