fix: rename CONNECTOR envar to MY_MC_API_KEY
This commit is contained in:
@@ -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',{
|
const result = fetch('https://api.my-mc.link/my-hash',{
|
||||||
method: "GET",
|
method: "GET",
|
||||||
|
Reference in New Issue
Block a user