Skip to content

Commit

Permalink
remove api url
Browse files Browse the repository at this point in the history
  • Loading branch information
Mh-Asmi committed Oct 7, 2024
1 parent 42cbf2a commit 7d9295f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Ushahidi/DataSource/Sislog/Sislog.php
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ public function send($to, $message, $title = "", $contact_type = null)
// Make a POST request to send the data to frontline cloud

try {
$response = $this->client->request('POST', $serverUrl . $this->apiUrl, [
$response = $this->client->request('POST', $serverUrl , [
'headers' => [
'Accept' => 'application/json',
'Content-Type' => 'application/json',
Expand Down

0 comments on commit 7d9295f

Please sign in to comment.