Change /replies to /with_replies for compatibility

This commit is contained in:
Zed
2019-10-07 17:46:16 +02:00
parent a583ad6854
commit 5013197b17
3 changed files with 4 additions and 4 deletions

View File

@@ -35,7 +35,7 @@ proc createRssRouter*(cfg: Config) =
cond '.' notin @"name"
respRss(await showRss(@"name", Query()))
get "/@name/replies/rss":
get "/@name/with_replies/rss":
cond '.' notin @"name"
respRss(await showRss(@"name", getReplyQuery(@"name")))