Skip to content

Commit

Permalink
fix verify licence
Browse files Browse the repository at this point in the history
  • Loading branch information
sulfanoaf committed Mar 16, 2021
1 parent b9af6bb commit 98d10d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Middleware/VerifyLicence.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public function handle($request, Closure $next)
// Call Badaso Dashboard API here
try {
$client = new Client();
$req = $client->request('POST', 'https:/badaso-dashboard.uatech.co.id/api/verify-licence', [
$req = $client->request('POST', 'https://badaso-dashboard.uatech.co.id/api/verify-licence', [
'json' => [
'licence' => $licence,
],
Expand Down

0 comments on commit 98d10d8

Please sign in to comment.