From c4dd863e48f38b4b4b607f351855f0243f7fa8ac Mon Sep 17 00:00:00 2001 From: cypress Date: Thu, 28 Dec 2023 23:28:12 -0500 Subject: [PATCH] Create client --- .well-known/matrix/client | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .well-known/matrix/client diff --git a/.well-known/matrix/client b/.well-known/matrix/client new file mode 100644 index 0000000..5bc8946 --- /dev/null +++ b/.well-known/matrix/client @@ -0,0 +1,5 @@ +{ + "m.homeserver": { + "base_url": "https://matrix.nzp.gay" + } +}