From 0bf8a1365f1750ca533c16e0f291a783762f80cf Mon Sep 17 00:00:00 2001 From: igna <88955484+nekospara@users.noreply.github.com> Date: Fri, 27 Aug 2021 23:40:39 -0400 Subject: [PATCH] Create client --- .well-known/matrix/client | 8 ++++++++ 1 file changed, 8 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..3b205d0 --- /dev/null +++ b/.well-known/matrix/client @@ -0,0 +1,8 @@ +{ + "m.homeserver": { + "base_url": "https://igna.ems.host" + }, + "m.identity_server": { + "base_url": "https://vector.im" + } +}