feat:add otel logging
This commit is contained in:
6
apps/api/src/routes/logs.router.ts
Normal file
6
apps/api/src/routes/logs.router.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import { handler } from '@/controllers/logs.controller';
|
||||
import type { FastifyInstance } from 'fastify';
|
||||
|
||||
export default async function (fastify: FastifyInstance) {
|
||||
fastify.post('/', handler);
|
||||
}
|
||||
Reference in New Issue
Block a user