This commit is contained in:
Carl-Gerhard Lindesvärd
2025-12-18 13:17:04 +01:00
parent ccff90829b
commit 5757cb2fac
4 changed files with 120 additions and 40 deletions

View File

@@ -1,5 +1,4 @@
import * as controller from '@/controllers/misc.controller';
import { insightsQueue } from '@openpanel/queue';
import type { FastifyPluginCallback } from 'fastify';
const miscRouter: FastifyPluginCallback = async (fastify) => {