Skip to content

Commit

Permalink
updated the API base url and fix some bug
Browse files Browse the repository at this point in the history
  • Loading branch information
bytedeveloperr committed Jul 3, 2020
1 parent 2ef7603 commit 24763bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Http/Controllers/ComplaintController.php
Expand Up @@ -104,7 +104,7 @@ public function edit($id)
*/
public function update(Request $request, $id)
{
$url = env('API_URL', 'https://api.customerpay.me/'). "/user/$id";
$url = env('API_URL', 'https://dev.api.customerpay.me/'). "/user/$id";

try {
$client = new Client();
Expand Down

0 comments on commit 24763bb

Please sign in to comment.