Skip to content

Commit

Permalink
chore: redirect to url generator
Browse files Browse the repository at this point in the history
  • Loading branch information
shayypy committed Dec 29, 2023
1 parent 1f3d0e4 commit 46bc08d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ router
.get("/", () => new Response(null, {
status: 302,
headers: {
Location: "https://github.com/shayypy/guilded-webhook-proxy#readme",
Location: "https://gwp.shay.cat",
},
}))
.post("/webhooks/:id/:token", async (request) => {
Expand Down

0 comments on commit 46bc08d

Please sign in to comment.