Skip to content
Snippets Groups Projects
Commit b154213b authored by Angelina Filippova's avatar Angelina Filippova
Browse files

Fix link for downloading local pack's archive

parent f3c28930
No related branches found
No related tags found
No related merge requests found
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
<div class="download-pack-button-container"> <div class="download-pack-button-container">
<el-link <el-link
v-if="pack.pack['can-download']" v-if="pack.pack['can-download']"
:href="`//${host}/api/pleroma/emoji/packs/${name}/download_shared`" :href="`//${host}//api/pleroma/emoji/packs/archive?name=${name}`"
:underline="false" :underline="false"
type="primary" type="primary"
target="_blank"> target="_blank">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment