Browse Source

Remove unused route

pull/45/head
Nafies Luthfi 6 years ago
parent
commit
4afff06bbb
  1. 17
      routes/api.php

17
routes/api.php

@ -1,18 +1 @@
<?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();
});
Loading…
Cancel
Save