mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-05-05 13:07:44 +03:00
fix api path
This commit is contained in:
parent
3f77ba929a
commit
9b3b32762e
@ -122,7 +122,7 @@ export default function SearchView({
|
||||
|
||||
const { data: allSubLabels } = useSWR("sub_labels");
|
||||
const { data: allRecognizedLicensePlates } = useSWR(
|
||||
"recognized_license_plate",
|
||||
"recognized_license_plates",
|
||||
);
|
||||
|
||||
const allZones = useMemo<string[]>(() => {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user