in source/frontend/src/services/photo-service.ts [50:52]
public getPhotoUrl(photoId: string): Promise<Photo> { return Client.get('api', `${this.resource}/${photoId}`, {}); }