mirror of
https://github.com/ibratabian17/OpenParty.git
synced 2026-01-15 14:22:54 -03:00
Minor Fixbug
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user