From 23cabf3ab13a2902bc395817562be58d593ca205 Mon Sep 17 00:00:00 2001 From: jggj21 Date: Fri, 16 Aug 2024 16:42:06 -0600 Subject: [PATCH] Progress blob storage --- routes/web.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/web.php b/routes/web.php index 7262629ed..a122f4d46 100644 --- a/routes/web.php +++ b/routes/web.php @@ -65,7 +65,7 @@ ]); try { - $path = Storage::disk('azure')->putFileAs('tasklist', $file, $filename); + $path = Storage::disk('azure')->putFileAs('', $file, $filename); $task->file_path = $path; Log::info("File uploaded to Azure Blob Storage: ", [