Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F6065904
api.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
528 B
Referenced Files
None
Subscribers
None
api.php
View Options
<?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
Details
Attached
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)
Attached To
Mode
R2 kolab
Attached
Detach File
Event Timeline
Log In to Comment