feat: add API endpoint for downloading private ticket attachments with authorization and streaming.

This commit is contained in:
dyzulk
2026-01-04 23:09:23 +07:00
parent 44b3f75b48
commit 8e484138f0

View File

@@ -13,8 +13,6 @@ class AttachmentController extends Controller
* Download a private attachment.
*/
public function download(Request $request, TicketAttachment $attachment)
{
public function download(Request $request, TicketAttachment $attachment)
{
try {
// Paranoid Auth Check