fix(delegation): BASE_URL typo
This commit is contained in:
parent
1fc02d5615
commit
3e94eb7807
@ -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" }}';
|
||||
}
|
||||
}
|
||||
---
|
||||
|
Loading…
Reference in New Issue
Block a user