summaryrefslogtreecommitdiff
path: root/routes/web.php
diff options
context:
space:
mode:
Diffstat (limited to 'routes/web.php')
-rwxr-xr-xroutes/web.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/routes/web.php b/routes/web.php
index 0e3c02a..cba4868 100755
--- a/routes/web.php
+++ b/routes/web.php
@@ -26,7 +26,7 @@ Route::get('/f/{path}', function($path){
]);
});
-Route::get('/mu/{path}', function(){
+Route::get('/mu/{path}', function($path){
$storpath = storage_path('app/public/band/' . $path);
if (!file_exists($storpath)){
return response()->json(['error' => 'file not found ' . $storpath]);