refactor: rename fields
This commit is contained in:
parent
ffb0177003
commit
abe8c65c4c
1 changed files with 4 additions and 4 deletions
|
|
@ -20,13 +20,13 @@ nostrrelay_static_files = [
|
|||
}
|
||||
]
|
||||
|
||||
redirect_paths = [
|
||||
nostrrelay_redirect_paths = [
|
||||
{
|
||||
"from_path": "/",
|
||||
"from_path": "/nostr",
|
||||
"redirect_to_path": "/api/v1/relay-info",
|
||||
"header_filters": [{
|
||||
"header_filters": {
|
||||
"accept": "application/nostr+json"
|
||||
}]
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue