что за файлик?
const files = fs.createReadStream('package.json'); files.pipe(ctx.res); return files;
@ContentType('text/plain') @Header('Content-disposition', 'attachment; filename=package.json') И я добавляю в хидер такие инструкции
Обсуждают сегодня