fix: missing ;

This commit is contained in:
ange 2024-05-01 16:58:31 +02:00
parent 5717e1bd2f
commit 8f806cc0f1
Signed by: ange
GPG Key ID: 9E0C4157BB7BEB1D

View File

@ -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;