Skip to content
Snippets Groups Projects
Commit d1d68c01 authored by syuilo's avatar syuilo
Browse files

fix(server): dummy image is not served correctly

Fix #8393
parent fb355abb
No related branches found
No related tags found
No related merge requests found
......@@ -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';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment