diff --git a/src/configurable/configurable.controller.ts b/src/configurable/configurable.controller.ts index aacae71..e4474da 100644 --- a/src/configurable/configurable.controller.ts +++ b/src/configurable/configurable.controller.ts @@ -67,6 +67,7 @@ export class ConfigurableController { }; } + @Public() @Get('/image/:imgpath') seeUploadedFile(@Param('imgpath') image, @Res() res) { return res.sendFile(image, { root: './files' });