mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
asd
This commit is contained in:
parent
6987951efe
commit
38fad7e6fd
1 changed files with 1 additions and 2 deletions
|
|
@ -14,7 +14,6 @@ use App\Http\Middleware\ApiAllowed;
|
|||
use App\Http\Middleware\IgnoreReadOnlyApiToken;
|
||||
use App\Http\Middleware\OnlyRootApiToken;
|
||||
use App\Jobs\PushServerUpdateJob;
|
||||
use App\Jobs\ServerCheckNewJob;
|
||||
use App\Models\Server;
|
||||
use Illuminate\Support\Facades\Route;
|
||||
|
||||
|
|
@ -152,7 +151,7 @@ Route::group([
|
|||
}
|
||||
$data = request()->all();
|
||||
|
||||
// ServerCheckNewJob::dispatch($server, $data);
|
||||
// \App\Jobs\ServerCheckNewJob::dispatch($server, $data);
|
||||
PushServerUpdateJob::dispatch($server, $data);
|
||||
|
||||
return response()->json(['message' => 'ok'], 200);
|
||||
|
|
|
|||
Loading…
Reference in a new issue