mirror of
https://github.com/immich-app/immich.git
synced 2025-11-19 08:02:37 +09:00
refactor(server): plural endpoints (#9667)
This commit is contained in:
@@ -77,5 +77,5 @@ String getThumbnailUrlForRemoteId(
|
||||
}
|
||||
|
||||
String getFaceThumbnailUrl(final String personId) {
|
||||
return '${Store.get(StoreKey.serverEndpoint)}/person/$personId/thumbnail';
|
||||
return '${Store.get(StoreKey.serverEndpoint)}/people/$personId/thumbnail';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user