Skip to content

Commit 07c66e3

Browse files
committed
rename path
1 parent e425a99 commit 07c66e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/routes/stripe.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ const stripeRoutes: FastifyPluginAsync = async (fastify, _options) => {
168168
},
169169
);
170170
fastify.post(
171-
"/stripe",
171+
"/webhook",
172172
{
173173
config: { rawBody: true },
174174
schema: withTags(["Stripe"], {

0 commit comments

Comments
 (0)