mirror of
https://github.com/balzack/databag.git
synced 2025-02-19 06:29:23 +00:00
5 lines
145 B
JavaScript
5 lines
145 B
JavaScript
export function getProfileImageUrl(server, token, revision) {
|
|
return `https://${server}/profile/image?agent=${token}&revision=${revision}`;
|
|
}
|
|
|