fix(delegation): missing CORS

This commit is contained in:
ange 2024-05-01 14:51:30 +02:00
parent 56f48b1191
commit 8fe999c3bb
Signed by: ange
GPG Key ID: 9E0C4157BB7BEB1D

View File

@ -55,6 +55,8 @@ data:
location /.well-known/matrix/client {
default_type application/json;
add_header Access-Control-Allow-Origin *;
return 200 '{"m.homeserver": { "base_url": "https://$BASE_URL" }}';
}
}