Skip to content

Commit

Permalink
Merge pull request #2006 from sudhanshutech/download/access
Browse files Browse the repository at this point in the history
make download design from cloud server
  • Loading branch information
sudhanshutech authored Jan 2, 2025
2 parents cb99013 + ed5e208 commit e8edaad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/copy-and-download.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@

const element = document.getElementById("resourceDownloadBtn")
const patternId = element.dataset.patternid
patternId && fetch(`https://playground.meshery.io/api/pattern/download/${patternId}`)
patternId && fetch(`https://cloud.layer5.io/api/content/patterns/download/${patternId}`)
}

</script>

0 comments on commit e8edaad

Please sign in to comment.