fix(dendrite): typo

This commit is contained in:
uku 2024-04-12 12:20:36 +02:00
parent d855f58a4a
commit d7b78bacf3
Signed by: uku
SSH key fingerprint: SHA256:4P0aN6M8ajKukNi6aPOaX0LacanGYtlfjmN+m/sHY/o

View file

@ -60,7 +60,7 @@
};
locations."=/.well-known/matrix/client" = let
client = {"m.homeserver"."base_url" = "https://my.hostname.com";};
client = {"m.homeserver"."base_url" = "https://m.uku.moe";};
in {
return = "200 '${builtins.toJSON client}'";
};