fix dummy image path

This commit is contained in:
syuilo 2022-12-23 16:57:20 +09:00
parent 6f8767c08a
commit 024664e2fd
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ import type { FastifyInstance, FastifyPluginOptions, FastifyReply, FastifyReques
const _filename = fileURLToPath(import.meta.url);
const _dirname = dirname(_filename);
const assets = `${_dirname}/../../server/file/assets/`;
const assets = `${_dirname}/../../src/server/assets/`;
@Injectable()
export class MediaProxyServerService {