@@ -3,6 +3,6 @@ |
||
3 | 3 | // Default root route |
4 | 4 | use Illuminate\Support\Facades\Config; |
5 | 5 | |
6 | -$router->any('/say-welcome', function () { |
|
6 | +$router->any('/say-welcome', function() { |
|
7 | 7 | return response()->json(['Welcome to ' . Config::get('api.name') . '.']); |
8 | 8 | }); |