forked from ddrilling/AsbCloudServer
Merge branch 'dev' into fix/well-contacts
This commit is contained in:
commit
bef9fa10bc
@ -92,6 +92,6 @@ public class HelpPageController : ControllerBase
|
|||||||
cancellationToken);
|
cancellationToken);
|
||||||
memoryStream.Position = 0;
|
memoryStream.Position = 0;
|
||||||
|
|
||||||
return File(memoryStream, "application/octet-stream", file.fileName);
|
return File(memoryStream, "application/pdf", file.fileName);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user