fix: server error get status
This commit is contained in:
@@ -29,7 +29,7 @@ public function loginV2(Request $request)
|
||||
'package_name' => 'required|string',
|
||||
]);
|
||||
|
||||
$response = Http::acceptJson()->withToken($data['token'])->get('http://localhost:8000/api/status', [
|
||||
$response = Http::acceptJson()->withToken($data['token'])->get('https://api.approagency.ir/api/status', [
|
||||
'package_name' => $request['package_name']
|
||||
]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user