diff --git a/src/interactions/fileShare.js b/src/interactions/fileShare.js index 1b09a54..95c6000 100644 --- a/src/interactions/fileShare.js +++ b/src/interactions/fileShare.js @@ -8,7 +8,7 @@ const uploadToCDN = async files => { const fileURLs = files.map(f => f['url_private']) return new Promise((resolve, reject) => { - fetch('https://cdn.hackclub.com/api/new', { + fetch('https://cdn-2moycvmxo.hackclub.dev/api/v1/new', { method: 'POST', headers: { 'Content-Type': 'application/json',