mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-14 17:28:43 +01:00
sorry
This commit is contained in:
parent
7ed5e35be8
commit
b601d2354e
1 changed files with 1 additions and 1 deletions
|
@ -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 = `${config.invapi}/hashtag/${query}`;
|
searchUrl = `${config.invapi}/hashtag/${query}&hl=en-gb`;
|
||||||
} 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 a new issue