remove unused route
This commit is contained in:
@@ -55,11 +55,6 @@ const eventRouter: FastifyPluginCallback = (fastify, opts, done) => {
|
||||
url: '/',
|
||||
handler: controller.postEvent,
|
||||
});
|
||||
fastify.route({
|
||||
method: 'GET',
|
||||
url: '/',
|
||||
handler: controller.postEvent,
|
||||
});
|
||||
done();
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user