mirror of
https://codeberg.org/ashley/poke
synced 2025-04-05 09:07:59 +00:00
oops
This commit is contained in:
parent
1cde1c23ef
commit
3872e7cb64
@ -155,7 +155,7 @@ module.exports = function (app, config, renderTemplate) {
|
|||||||
|
|
||||||
let searchUrl;
|
let searchUrl;
|
||||||
if (req.query.from === 'hashtag') {
|
if (req.query.from === 'hashtag') {
|
||||||
searchUrl = `/hashtag/${encodeURIComponent(query)}`;
|
searchUrl = `${config.invapi}/hashtag/${query}`;
|
||||||
} else {
|
} else {
|
||||||
searchUrl = `${config.invapi}/search?q=${encodeURIComponent(query)}&page=${encodeURIComponent(continuation)}&date=${date}&type=${type}&duration=${duration}&sort=${sort}&hl=en+gb`;
|
searchUrl = `${config.invapi}/search?q=${encodeURIComponent(query)}&page=${encodeURIComponent(continuation)}&date=${date}&type=${type}&duration=${duration}&sort=${sort}&hl=en+gb`;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user