Skip to content

Commit

Permalink
Hotfix.
Browse files Browse the repository at this point in the history
  • Loading branch information
sampoder authored Feb 26, 2023
1 parent 50a41d3 commit a4703f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interactions/fileShare.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit a4703f2

Please sign in to comment.