mirror of
https://github.com/immich-app/immich.git
synced 2025-12-03 17:19:52 +09:00
refactor(server): plural endpoints (#9667)
This commit is contained in:
@@ -174,7 +174,7 @@ export const getProfileImageUrl = (...[userId]: [string]) => {
|
||||
};
|
||||
|
||||
export const getPeopleThumbnailUrl = (personId: string) => {
|
||||
const path = `/person/${personId}/thumbnail`;
|
||||
const path = `/people/${personId}/thumbnail`;
|
||||
return createUrl(path);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user