Minor Fixbug

This commit is contained in:
ibratabian17
2024-07-28 12:11:14 +08:00
parent 8bcd4e6e03
commit b3ca3fc19f
2 changed files with 7 additions and 7 deletions

View File

@@ -285,7 +285,7 @@ exports.initroute = (app, express, server) => {
if (country == false) {
country = "US";
}
response.send('{ "country": "' + country + '" }');
response.send({ "country": country });
});
app.post("/carousel/v2/pages/sweat", (req, res) => {