Improve webhook client api and make script to register webhooks

This commit is contained in:
Dominic Ferrando
2026-06-26 14:53:56 -04:00
parent 62b651c476
commit b3e7d9a251
6 changed files with 146 additions and 25 deletions
+1
View File
@@ -72,6 +72,7 @@ export const app = new Elysia()
/^https?:\/\/blade-and-brawn\.fly\.dev$/i,
// development
"http://localhost:5173",
"http://dev.portal.bladeandbrawn.com/"
],
}),
)