Skip to content

Commit

Permalink
🐛 fix: No CORS for Kutt.it share links
Browse files Browse the repository at this point in the history
  • Loading branch information
jolzee committed Jun 9, 2020
1 parent cbeee78 commit 88c6993
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Config.vue
Original file line number Diff line number Diff line change
Expand Up @@ -999,7 +999,7 @@ export default {
const sharableLink = createSharableLink(this.selectedSolution);
if (window.leopardConfig.kuttItKey) {
superagent
.post("https://cors.joles.xyz/https://kutt.it/api/v2/links")
.post("https://kutt.it/api/v2/links")
.send({
target: sharableLink,
reuse: true
Expand Down

0 comments on commit 88c6993

Please sign in to comment.