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