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