fix dummy image path
This commit is contained in:
parent
6f8767c08a
commit
024664e2fd
|
@ -22,7 +22,7 @@ import type { FastifyInstance, FastifyPluginOptions, FastifyReply, FastifyReques
|
||||||
const _filename = fileURLToPath(import.meta.url);
|
const _filename = fileURLToPath(import.meta.url);
|
||||||
const _dirname = dirname(_filename);
|
const _dirname = dirname(_filename);
|
||||||
|
|
||||||
const assets = `${_dirname}/../../server/file/assets/`;
|
const assets = `${_dirname}/../../src/server/assets/`;
|
||||||
|
|
||||||
@Injectable()
|
@Injectable()
|
||||||
export class MediaProxyServerService {
|
export class MediaProxyServerService {
|
||||||
|
|
Loading…
Reference in New Issue