databag/app/mobile/api/getCardImageUrl.js

5 lines
148 B
JavaScript
Raw Normal View History

2022-09-07 07:32:06 +00:00
export function getCardImageUrl(token, cardId, revision) {
return `/contact/cards/${cardId}/profile/image?agent=${token}&revision=${revision}`
}