fix: missing ;
This commit is contained in:
parent
5717e1bd2f
commit
8f806cc0f1
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user