mirror of
https://github.com/balzack/databag.git
synced 2025-02-14 12:39:17 +00:00
5 lines
119 B
JavaScript
5 lines
119 B
JavaScript
export function getAccountImageUrl(token, accountId) {
|
|
return `/admin/accounts/${accountId}/image?token=${token}`
|
|
}
|
|
|