Update search endpoint
This commit is contained in:
parent
85ecdc3c9b
commit
f5e4f7a0e2
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ class FaceSearchManager {
|
|||
final result = await _dio
|
||||
.get(
|
||||
Configuration.instance.getHttpEndpoint() +
|
||||
"/photos/search/face/" +
|
||||
"/search/face/" +
|
||||
face.faceID.toString(),
|
||||
queryParameters: {
|
||||
"limit": limit,
|
||||
|
|
Loading…
Add table
Reference in a new issue