fix(server): dummy image is not served correctly

Fix #8393
This commit is contained in:
syuilo 2022-03-12 15:13:11 +09:00
parent fb355abbcf
commit d1d68c0124

View file

@ -2,7 +2,7 @@ import * as fs from 'node:fs';
import { fileURLToPath } from 'node:url';
import { dirname } from 'node:path';
import Koa from 'koa';
import * as send from 'koa-send';
import send from 'koa-send';
import rename from 'rename';
import * as tmp from 'tmp';
import { serverLogger } from '../index.js';