feat: show webhook on ui

feat: n8n service
This commit is contained in:
Andras Bacsai
2023-10-25 10:43:07 +02:00
parent aa02b8d433
commit 379f4b9dff
11 changed files with 159 additions and 9 deletions

View File

@@ -97,7 +97,7 @@ Route::group([
return response()->json(['message' => 'Database started.'], 200);
} else if ($type === 'App\Models\Service') {
StartService::run($resource);
return response()->json(['message' => 'Service started.'], 200);
return response()->json(['message' => 'Service started. It could take a while, be patient.'], 200);
}
}
return response()->json(['error' => "No resource found with {$uuid}."], 404);