Windows NT WIN-F6SLGVICLOP 10.0 build 17763 (Windows Server 2016) AMD64
Microsoft-IIS/10.0
Server IP : & Your IP : 3.133.149.165
Domains :
Cant Read [ /etc/named.conf ]
User : elibrary.unsap.ac.id
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Lock Shell
Lock File++
Readme
D: /
localhost /
info /
routes /
Delete
Unzip
Name
Size
Permission
Date
Action
api.php
589
B
-rw-rw-rw-
2023-12-11 14:49
channels.php
576
B
-rw-rw-rw-
2023-12-11 14:49
console.php
611
B
-rw-rw-rw-
2023-12-11 14:49
web.php
1.52
KB
-rw-rw-rw-
2024-01-22 11:26
Save
Rename
<?php use Illuminate\Http\Request; use Illuminate\Support\Facades\Route; /* |-------------------------------------------------------------------------- | 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:sanctum')->get('/user', function (Request $request) { return $request->user(); });