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

fix dummy image path

parent 6f8767c0
No related branches found
No related tags found
No related merge requests found
......@@ -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 {
......
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