Skip to content

Commit

Permalink
fixup! sauce: update for agent split
Browse files Browse the repository at this point in the history
  • Loading branch information
makinbacon21 committed Oct 25, 2024
1 parent 3aec7d7 commit 952c84d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/integration/localAgent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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}`,
},
Expand Down

0 comments on commit 952c84d

Please sign in to comment.