1
0
mirror of https://github.com/zedeus/nitter.git synced 2025-12-10 05:55:37 -05:00
This commit is contained in:
Zed
2022-11-27 16:20:53 +01:00
parent 78b6877b02
commit 6a7e56b613
4 changed files with 1 additions and 4 deletions

View File

@@ -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)