8000 Fix ApiController · vs0uz4/l5vueka-laravel-vuejs@0b2aed8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0b2aed8

Browse files
committed
Fix ApiController
- Sleep(2 seconds) removed of controller.
1 parent 88af674 commit 0b2aed8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/Http/Controllers/ApiController.php

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ public function address($userId)
1010
{
1111
$user = User::find($userId);
1212
$addresses = $user->addresses;
13-
sleep(2);
1413

1514
return response()->json(['addresses' => $addresses], 200);
1615
}
37A8

0 commit comments

Comments
 (0)
0