refactor: rename fields

This commit is contained in:
Vlad Stan 2023-02-21 15:48:02 +02:00
parent ffb0177003
commit abe8c65c4c

View file

@ -20,13 +20,13 @@ nostrrelay_static_files = [
} }
] ]
redirect_paths = [ nostrrelay_redirect_paths = [
{ {
"from_path": "/", "from_path": "/nostr",
"redirect_to_path": "/api/v1/relay-info", "redirect_to_path": "/api/v1/relay-info",
"header_filters": [{ "header_filters": {
"accept": "application/nostr+json" "accept": "application/nostr+json"
}] }
} }
] ]