Merge branch 'dev' into staging
This commit is contained in:
commit
7037134981
@ -35,7 +35,8 @@ export default class OfficeRibController extends ApiController {
|
||||
|
||||
try {
|
||||
const file = await this.officeRibService.getByUid(officeId, fileName!);
|
||||
response.attachment(fileName!);
|
||||
response.attachment(fileName!);
|
||||
response.setHeader("Access-Control-Expose-Headers", "Content-Disposition");
|
||||
response.send(file.Body);
|
||||
} catch (error) {
|
||||
this.httpInternalError(response, error);
|
||||
|
Loading…
x
Reference in New Issue
Block a user