fix(delegation): missing CORS
This commit is contained in:
parent
56f48b1191
commit
8fe999c3bb
@ -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" }}';
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user