@@ -11,10 +11,10 @@ |
||
| 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'); |