databag/app/mobile/api/getChannelTopicAssetUrl.js

5 lines
174 B
JavaScript
Raw Normal View History

2022-09-07 07:32:06 +00:00
export function getChannelTopicAssetUrl(token, channelId, topicId, assetId) {
return `/content/channels/${channelId}/topics/${topicId}/assets/${assetId}?agent=${token}`
}