Skip to content

Commit

Permalink
Update FPM URL
Browse files Browse the repository at this point in the history
  • Loading branch information
ajifatur committed Jan 20, 2022
1 parent b4bb013 commit 4695715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Http/Controllers/PackageController.php
Expand Up @@ -118,7 +118,7 @@ public function updateMe(Request $request)
{
// Mengecek autentikasi subscriber
try {
$client = new Client(['base_uri' => 'https://fpm.faturmedia.xyz/api/']);
$client = new Client(['base_uri' => 'https://fpm.campusdigital.id/api/']);
$faturcms_request = $client->request('PUT', 'subscriber/auth', [
'query' => [
'url' => url()->to('/'),
Expand Down

0 comments on commit 4695715

Please sign in to comment.