mirror of
https://codeberg.org/teddit/teddit.git
synced 2026-03-05 13:30:33 -05:00
Update handleTedditApiSubreddit 'routes/home.js'
This commit is contained in:
@@ -108,7 +108,8 @@ homeRoute.get('/:sort?', async (req, res, next) => {
|
||||
'redis',
|
||||
api_type,
|
||||
api_target,
|
||||
'/'
|
||||
'/',
|
||||
'full'
|
||||
);
|
||||
} else {
|
||||
let processed_json = await processJsonSubreddit(
|
||||
@@ -168,7 +169,8 @@ homeRoute.get('/:sort?', async (req, res, next) => {
|
||||
'from_online',
|
||||
api_type,
|
||||
api_target,
|
||||
'/'
|
||||
'/',
|
||||
'full'
|
||||
);
|
||||
} else {
|
||||
let processed_json = await processJsonSubreddit(
|
||||
|
||||
Reference in New Issue
Block a user