Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "nekope", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -15,3 +15,3 @@ const fetch = require('node-fetch'); | ||
// Melakukan request ke API upload | ||
const res = await fetch("https://storage.neko.pe/api/upload.php", { | ||
const res = await fetch("https://f.neko.pe/api/upload.php", { | ||
method: "POST", | ||
@@ -18,0 +18,0 @@ body: bodyForm, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
34
4514