mirror of
https://github.com/FoggedLens/deflock.git
synced 2026-05-26 01:07:49 +02:00
merge master
This commit is contained in:
@@ -65,6 +65,11 @@ export const getALPRs = async (boundingBox: BoundingBox) => {
|
||||
return response.data;
|
||||
}
|
||||
|
||||
export const getSponsors = async () => {
|
||||
const response = await apiService.get("/sponsors/github");
|
||||
return response.data;
|
||||
}
|
||||
|
||||
export const getALPRCounts = async () => {
|
||||
const s3Url = "https://deflock-clusters.s3.us-east-1.amazonaws.com/alpr-counts.json";
|
||||
const response = await apiService.get(s3Url);
|
||||
|
||||
Reference in New Issue
Block a user