forked from AkkomaGang/akkoma
Change path of nodeinfo to use .json format
This commit is contained in:
parent
65168393d8
commit
abeb009acc
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ def schemas(conn, _params) do
|
||||||
links: [
|
links: [
|
||||||
%{
|
%{
|
||||||
rel: "http://nodeinfo.diaspora.software/ns/schema/2.0",
|
rel: "http://nodeinfo.diaspora.software/ns/schema/2.0",
|
||||||
href: Web.base_url() <> "/nodeinfo/2.0"
|
href: Web.base_url() <> "/nodeinfo/2.0.json"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue