We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bddbd0b commit e7e2b65Copy full SHA for e7e2b65
www/lib/lib.php
@@ -1335,7 +1335,7 @@ class Cameras
1335
// const API_SEARCH_URL = 'https://api.evercam.io/v1/models?page=%d&vendor_id=%s';
1336
const API_SEARCH_URL = 'https://cam-api.bluecherry.workers.dev/models?filterByFormula=={Manufacturer}="%s"';
1337
1338
- const API_DETAILS_URL = 'https://api.evercam.io/v1/models/%s';
+// const API_DETAILS_URL = 'https://api.evercam.io/v1/models/%s';
1339
1340
public static function getList($manufacturer)
1341
{
0 commit comments