fix(delegation): BASE_URL typo

This commit is contained in:
ange 2024-05-01 12:38:26 +02:00
parent 1fc02d5615
commit 3e94eb7807
Signed by: ange
GPG Key ID: 9E0C4157BB7BEB1D

View File

@ -54,7 +54,7 @@ data:
}
location /.well-known/matrix/client {
default_type application/json;
return 200 '{"m.homeserver": { "base_url": "https://$ASE_URL" }}';
return 200 '{"m.homeserver": { "base_url": "https://$BASE_URL" }}';
}
}
---