Skip to content

Commit 4ce5553

Browse files
Update PlunkService base URL to use the correct mail endpoint
1 parent 79da69a commit 4ce5553

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

InstaRepas/app/Services/PlunkService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class PlunkService
1313
public function __construct()
1414
{
1515
$this->apiKey = config('services.plunk.api_key');
16-
$this->baseUrl = 'https://api.useplunk.com/v1';
16+
$this->baseUrl = 'https://mail.aitek.tech/v1';
1717
}
1818

1919
public function sendEmail($to, $subject, $body, $options = [])

0 commit comments

Comments
 (0)