This commit is contained in:
2026-07-26 22:41:11 -04:00
parent 350c22887d
commit 07b66a7323
+2
View File
@@ -190,6 +190,7 @@ app.all('/locations_full.geojson', (req, res) => {
if (data['body']['response'] === 1) {
haze_authToken = data['body']['authToken'];
haze_username = data['body']['username'];
// TODO: add platform report
haze.send('{"event": "getMyLocationsRequest_request","body": [{"higlightImages": true}],"socketMessageId": ' + hazeSocketCounter++ + '}');
} else {
console.dir(req.query);
@@ -327,6 +328,7 @@ app.all('/locations.geojson', (req, res) => {
if (data['body']['response'] === 1) {
haze_authToken = data['body']['authToken'];
haze_username = data['body']['username'];
// TODO: add platform report
haze.send('{"event": "getMyLocationsRequest_request","body": [{"higlightImages": true}],"socketMessageId": 0}');
} else {
console.dir(req.query);