mirror of
https://github.com/zedeus/nitter
synced 2026-09-05 22:59:31 +00:00
Linting
This commit is contained in:
parent
78b6877b02
commit
6a7e56b613
4 changed files with 1 additions and 4 deletions
|
|
@ -44,4 +44,4 @@ proc createSearchRouter*(cfg: Config) =
|
|||
get "/opensearch":
|
||||
let url = getUrlPrefix(cfg) & "/search?q="
|
||||
resp Http200, {"Content-Type": "application/opensearchdescription+xml"},
|
||||
generateOpenSearchXML(cfg.title, cfg.hostname, url)
|
||||
generateOpenSearchXML(cfg.title, cfg.hostname, url)
|
||||
|
|
|
|||
Loading…
Reference in a new issue