Browse Source

Issue #195 - Fixed Basepath issue

Andrea Pollastri 4 years ago
parent
commit
c89981c4ec
1 changed files with 0 additions and 2 deletions
  1. 0 2
      app/Http/Controllers/SiteController.php

+ 0 - 2
app/Http/Controllers/SiteController.php

@@ -614,8 +614,6 @@ class SiteController extends Controller
             $site->save();
 
             EditSiteDomainSSH::dispatch($site, $last_domain)->delay(Carbon::now()->addSeconds(1));
-
-            return response()->json([]);
         }
 
         if ($request->has('basepath')) {