mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 11:37:44 +00:00
Prefer lib.strings.toJSON
This commit is contained in:
parent
c734c4b06c
commit
0928319c38
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ let
|
||||||
wellKnownResponse = data: ''
|
wellKnownResponse = data: ''
|
||||||
default_type application/json;
|
default_type application/json;
|
||||||
add_header Access-Control-Allow-Origin *;
|
add_header Access-Control-Allow-Origin *;
|
||||||
return 200 '${builtins.toJSON data}';
|
return 200 '${strings.toJSON data}';
|
||||||
'';
|
'';
|
||||||
|
|
||||||
clientConfig."m.homeserver".base_url = "https://${chatDomain}";
|
clientConfig."m.homeserver".base_url = "https://${chatDomain}";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue