Adding matrix well-known data
This commit is contained in:
parent
df8ef46cb1
commit
b44587c6d3
3 changed files with 11 additions and 0 deletions
3
functions/_headers
Normal file
3
functions/_headers
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
/.well-known/matrix/*
|
||||||
|
Content-Type: application/json
|
||||||
|
Access-Control-Allow-Origin: *
|
5
public/.well-known/matrix/client
Normal file
5
public/.well-known/matrix/client
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
{
|
||||||
|
"m.homeserver": {
|
||||||
|
"base_url": "https://matrix.hack13.me:8448"
|
||||||
|
}
|
||||||
|
}
|
3
public/.well-known/matrix/server
Normal file
3
public/.well-known/matrix/server
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"m.server": "matrix.hack13.me:8448"
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue