We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d3f53e commit e935507Copy full SHA for e935507
1 file changed
content/wardrive.js
@@ -84,7 +84,7 @@ const MESHMAPPER_API_URL = "https://yow.meshmapper.net/wardriving-api.php";
84
const MESHMAPPER_CAPACITY_CHECK_URL = "https://yow.meshmapper.net/capacitycheck.php";
85
const MESHMAPPER_API_KEY = "59C7754DABDF5C11CA5F5D8368F89";
86
const MESHMAPPER_DEFAULT_WHO = "GOME-WarDriver"; // Default identifier
87
-const MESHMAPPER_RX_LOG_API_URL = null; // TODO: Set when API endpoint is ready
+const MESHMAPPER_RX_LOG_API_URL = "https://yow.meshmapper.net/wardriving-api.php"; // TODO: Set when API endpoint is ready
88
89
// Static for now; will be made dynamic later.
90
const WARDIVE_IATA_CODE = "YOW";
0 commit comments