Test Failed
Push — master ( 3e49f0...758eb0 )
by Arthur
10:25 queued 02:09
created
src/Foundation/Routes/api.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -11,10 +11,10 @@
 block discarded – undo
11 11
 |
12 12
 */
13 13
 
14
-Route::get('/', function () {
14
+Route::get('/', function() {
15 15
     return response()->json('Astral Api ');
16 16
 });
17 17
 
18
-Route::get('/authorized', function () {
18
+Route::get('/authorized', function() {
19 19
     return response()->json('authorized');
20 20
 })->middleware('auth0');
Please login to merge, or discard this patch.