add toll camera section, fix operators table, add donation link

This commit is contained in:
Will Freeman
2024-11-11 14:01:10 -07:00
parent 4f6be22b41
commit 3e004acb11
5 changed files with 20 additions and 10 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ export const getClusters = async () => {
}
export const getCities = async () => {
const s3Url = "https://deflock-clusters.s3.us-east-1.amazonaws.com/flock_cameras.json";
const s3Url = "https://deflock-clusters.s3.us-east-1.amazonaws.com/flock_cameras_null.json";
const response = await apiService.get(s3Url);
return response.data;
}