add ismobile :3

This commit is contained in:
Ashley 2024-01-14 08:11:54 +00:00
parent a3d1ea8b68
commit 3c85374dc9

View file

@ -93,6 +93,7 @@ module.exports = function (app, config, renderTemplate) {
text: req.query.input || "enter text here",
from_language: req.query.from_language,
to_language: req.query.to_language,
isMobile: req.useragent.isMobile,
});
});