Ver Fonte

wesmiler 点什么广告

APPLE há 2 anos atrás
pai
commit
40d343d27b
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      config/filesystems.php

+ 1 - 1
config/filesystems.php

@@ -93,7 +93,7 @@ return [
         'api' => [
             'driver' => 'local',
             'root' => public_path(''),
-            'url' => env('APP_URL') . '/upload',
+            'url' => env('APP_URL') . '',
         ],
 
     ],