docs: relay_info strings
This commit is contained in:
@@ -7,10 +7,10 @@ defmodule Parrhesia.Web.RelayInfo do
|
|||||||
def document do
|
def document do
|
||||||
%{
|
%{
|
||||||
"name" => "Parrhesia",
|
"name" => "Parrhesia",
|
||||||
"description" => "Parrhesia Nostr relay",
|
"description" => "Nostr/Marmot relay",
|
||||||
"pubkey" => nil,
|
"pubkey" => nil,
|
||||||
"supported_nips" => supported_nips(),
|
"supported_nips" => supported_nips(),
|
||||||
"software" => "https://github.com/example/parrhesia",
|
"software" => "https://git.teralink.net/self/parrhesia",
|
||||||
"version" => Application.spec(:parrhesia, :vsn) |> to_string(),
|
"version" => Application.spec(:parrhesia, :vsn) |> to_string(),
|
||||||
"limitation" => limitations()
|
"limitation" => limitations()
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user