Selaa lähdekoodia

wesmiler 点什么广告

APPLE 2 vuotta sitten
vanhempi
commit
40d343d27b
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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') . '',
         ],
 
     ],