mirror of
https://github.com/balzack/databag.git
synced 2025-02-12 03:29:16 +00:00
5 lines
148 B
JavaScript
5 lines
148 B
JavaScript
export function getCardImageUrl(token, cardId, revision) {
|
|
return `/contact/cards/${cardId}/profile/image?agent=${token}&revision=${revision}`
|
|
}
|
|
|