mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-17 04:59:30 +00:00
feat: show webhook on ui
feat: n8n service
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user