Skip to content

Commit

Permalink
fix: fixed proxy target url
Browse files Browse the repository at this point in the history
  • Loading branch information
gentlementlegen committed Dec 3, 2024
1 parent ef41f58 commit 7079aba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/proxy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dotenv.config({ path: ".dev.vars" });

const smee = new SmeeClient({
source: process.env.WEBHOOK_PROXY_URL || "https://smee.io/new",
target: "http://localhost:8787/events",
target: "http://localhost:8787",
logger: console,
});

Expand Down

0 comments on commit 7079aba

Please sign in to comment.