Skip to content
This repository has been archived by the owner on Oct 20, 2024. It is now read-only.

Commit

Permalink
update api post
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcaussades committed Dec 11, 2023
1 parent b80512c commit eaa1349
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/Http/Controllers/whazzupController.php
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,6 @@ public function API_POST($path = null, $method = 'POST', $data = null, $headers
'Accept' => 'application/json',
];
$response = Http::withHeaders($headers)->post($url, $data);
dd($response);
return $response;
}

Expand Down

0 comments on commit eaa1349

Please sign in to comment.