Explorar el Código

wesmiler 点什么广告

APPLE hace 3 años
padre
commit
40d343d27b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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') . '',
         ],
 
     ],