1
0
Fork 0
mirror of https://github.com/zedeus/nitter.git synced 2025-04-21 16:34:12 +00:00

chore: format

This commit is contained in:
guanbinrui 2025-04-02 21:29:51 +08:00
parent ca9af3aa5d
commit 57ce97d2e7
No known key found for this signature in database
GPG key ID: 849DB262B0F9CFE6

View file

@ -35,5 +35,6 @@ proc createJsonApiSearchRouter*(cfg: Config) =
respJsonSuccess formatTweetsAsJson(tweets)
else:
respJsonError "Invalid search"
get "/api/hashtag/@hash":
redirect("/search?q=" & encodeUrl("#" & @"hash"))