fix: rename CONNECTOR envar to MY_MC_API_KEY

This commit is contained in:
2025-05-27 13:46:23 -07:00
parent 85428100c0
commit 6d78af4d3a

View File

@@ -1,4 +1,4 @@
const apiKey = process.env.CONNECTOR;
const apiKey = process.env.MY_MC_API_KEY;
const result = fetch('https://api.my-mc.link/my-hash',{
method: "GET",