diff --git a/src/integration/localAgent.ts b/src/integration/localAgent.ts index 110196c..8ff13b5 100644 --- a/src/integration/localAgent.ts +++ b/src/integration/localAgent.ts @@ -11,7 +11,7 @@ const userAgent = axios.create({ }); const mcAgent = axios.create({ - baseURL: process.env.USER_AGENT_URL, + baseURL: process.env.MC_AGENT_URL, headers: { Authorization: `Bearer ${process.env.LOCAL_AGENT_TOKEN}`, },