Page MenuHomePhorge

api.php
No OneTemporary

Size
528 B
Referenced Files
None
Subscribers
None
<?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();
});

File Metadata

Mime Type
text/x-php
Expires
Fri, May 22, 4:46 AM (1 d, 19 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
783110
Default Alt Text
api.php (528 B)

Event Timeline