mirror of https://github.com/ghostfolio/ghostfolio
Browse Source
- Register MulterModule with disk storage in K1ImportModule so FileInterceptor writes uploaded files to disk (sets file.filename and file.path) - Make UploadService.createDocument robust for both disk and memory storage by generating filename and writing buffer to disk when file.filename is unset - Fix reprocess method to join relative filePath with uploadDir for absolute path - Remove duplicate 'api/v1' prefix from K1ImportController and CellMappingController (NestJS global prefix + URI versioning already adds /api/v1/)pull/6701/head
5 changed files with 58 additions and 8 deletions
Loading…
Reference in new issue