Skip to content

Commit ab03846

Browse files
committed
remove / in post
1 parent ffe37ee commit ab03846

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/routes/events.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ const eventsPlugin: FastifyPluginAsyncZodOpenApi = async (
466466
},
467467
);
468468
fastify.withTypeProvider<FastifyZodOpenApiTypeProvider>().post(
469-
"/",
469+
"",
470470
{
471471
schema: withRoles(
472472
[AppRoles.EVENTS_MANAGER],

0 commit comments

Comments
 (0)