databag/app/mobile/api/getCardImageUrl.js
2022-09-07 00:32:06 -07:00

5 lines
148 B
JavaScript

export function getCardImageUrl(token, cardId, revision) {
return `/contact/cards/${cardId}/profile/image?agent=${token}&revision=${revision}`
}