From a4703f27a1ced2c4023d134076ad917300cd93d5 Mon Sep 17 00:00:00 2001 From: Sam Poder Date: Sun, 26 Feb 2023 11:56:32 +0800 Subject: [PATCH] Hotfix. --- src/interactions/fileShare.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',