mirror of
https://codeberg.org/tacerus/teddit.git
synced 2025-01-24 11:34:03 +01:00
Reviewed-on: https://codeberg.org/teddit/teddit/pulls/117
This commit is contained in:
commit
f38fc457f4
@ -854,7 +854,7 @@ module.exports = (app, redis, fetch, RedditAPI) => {
|
||||
})
|
||||
})
|
||||
|
||||
app.get('/r/:subreddit/comments/:id/:snippet/:comment_id?', (req, res, next) => {
|
||||
app.get('/r/:subreddit/comments/:id/:snippet?/:comment_id?', (req, res, next) => {
|
||||
let subreddit = req.params.subreddit
|
||||
let id = req.params.id
|
||||
let snippet = encodeURIComponent(req.params.snippet)
|
||||
|
Loading…
Reference in New Issue
Block a user