Tryag File Manager
Home
||
Turbo Force
||
B-F Config_Cpanel
Current none :
/
var
/
www
/
html
/
tpid-kimaya
/
tpid-api-company-profile
/
routes
/
Or
Select Your none :
Upload File :
New :
File
Dir
/var/www/html/tpid-kimaya/tpid-api-company-profile/routes/auth.php
<?php use Illuminate\Support\Facades\Route; use App\Http\Controllers\Auth\AuthController; Route::post('login', [AuthController::class, 'login']); Route::post('update-profile', [AuthController::class, 'updateProfile'])->middleware(['auth:api']);