Skip to content

Commit e7e2b65

Browse files
authored
Update lib.php
1 parent bddbd0b commit e7e2b65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

www/lib/lib.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1335,7 +1335,7 @@ class Cameras
13351335
// const API_SEARCH_URL = 'https://api.evercam.io/v1/models?page=%d&vendor_id=%s';
13361336
const API_SEARCH_URL = 'https://cam-api.bluecherry.workers.dev/models?filterByFormula=={Manufacturer}="%s"';
13371337

1338-
const API_DETAILS_URL = 'https://api.evercam.io/v1/models/%s';
1338+
// const API_DETAILS_URL = 'https://api.evercam.io/v1/models/%s';
13391339

13401340
public static function getList($manufacturer)
13411341
{

0 commit comments

Comments
 (0)