File manager - Edit - /home/linknsbh/cecil-hotel.net/vendor/botble/api/routes/api.php
Back
<?php use Illuminate\Support\Facades\Route; Route::group([ 'prefix' => 'api/v1', 'namespace' => 'Botble\Api\Http\Controllers', 'middleware' => ['api'], ], function () { Route::post('register', 'AuthenticationController@register'); Route::post('login', 'AuthenticationController@login'); Route::post('password/forgot', 'ForgotPasswordController@sendResetLinkEmail'); Route::post('resend-verify-account-email', 'VerificationController@resend'); Route::group(['middleware' => ['auth:sanctum']], function () { Route::get('logout', 'AuthenticationController@logout'); Route::get('me', 'ProfileController@getProfile'); Route::put('me', 'ProfileController@updateProfile'); Route::post('update/avatar', 'ProfileController@updateAvatar'); Route::put('update/password', 'ProfileController@updatePassword'); }); });
| ver. 1.4 |
Github
|
.
| PHP 8.2.31 | Generation time: 0.67 |
proxy
|
phpinfo
|
Settings