diff options
Diffstat (limited to 'routes/api.php')
| -rw-r--r-- | routes/api.php | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/routes/api.php b/routes/api.php deleted file mode 100644 index c641ca5..0000000 --- a/routes/api.php +++ /dev/null @@ -1,18 +0,0 @@ -<?php - -use Illuminate\Http\Request; - -/* -|-------------------------------------------------------------------------- -| API Routes -|-------------------------------------------------------------------------- -| -| Here is where you can register API routes for your application. These -| routes are loaded by the RouteServiceProvider within a group which -| is assigned the "api" middleware group. Enjoy building your API! -| -*/ - -Route::middleware('auth:api')->get('/user', function (Request $request) { - return $request->user(); -}); |
