mirror of
https://github.com/milk-net/milk-net.github.io.git
synced 2025-04-19 17:43:42 -05:00
Update script.js
This commit is contained in:
parent
60090f6f01
commit
dafc70d953
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ async function uploadFile() {
|
|||
formData.append("expiryTime", timeValue);
|
||||
|
||||
// Replace with your actual Upload.io API URL and API key
|
||||
const apiUrl = "https://api.upload.io/upload"; // Placeholder API URL
|
||||
const apiUrl = "https://api.upload.io/v1/files"; // Placeholder API URL
|
||||
const apiKey = "public_G22nhgTDm1B4ZvL1ia7nmepwHaYL"; // Replace with your Upload.io API key
|
||||
|
||||
const response = await fetch(apiUrl, {
|
||||
|
|
Loading…
Add table
Reference in a new issue