missing import

This commit is contained in:
ろむねこ 2024-06-18 12:03:52 +09:00
parent c5a8065213
commit 0f0db3633c
Signed by: Fujimatsu
GPG Key ID: FA1F39A1BA37D168

View File

@ -7,6 +7,7 @@ import childRouter from "@src/routers/child";
import os from "os";
import { getCommitHash, getCommitMessage } from "@utils/gitMeta";
import { Response, Request, Router } from 'express';
import prisma from '@src/prisma';
// Swagger
import swaggerUi from 'swagger-ui-express';
import swaggerJSDoc from 'swagger-jsdoc';