Skip to content

Commit

Permalink
Progress blob storage
Browse files Browse the repository at this point in the history
  • Loading branch information
jggj21 authored Aug 16, 2024
1 parent 84550aa commit 23cabf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes/web.php
Original file line number Diff line number Diff line change
Expand Up @@ -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: ", [
Expand Down

0 comments on commit 23cabf3

Please sign in to comment.