From 8f806cc0f1d4cd61c7ea561027e7a68bfd2dccb8 Mon Sep 17 00:00:00 2001 From: ange Date: Wed, 1 May 2024 16:58:31 +0200 Subject: [PATCH] fix: missing ; --- manifests/common/delegation.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/common/delegation.yaml b/manifests/common/delegation.yaml index 79538ef..1eb77ca 100644 --- a/manifests/common/delegation.yaml +++ b/manifests/common/delegation.yaml @@ -57,7 +57,7 @@ data: default_type application/json; add_header Access-Control-Allow-Origin *; - return 200 '{"m.server": "$BASE_URL:443"}' + return 200 '{"m.server": "$BASE_URL:443"}'; } location /.well-known/matrix/client { default_type application/json;