%PDF- %PDF-
Direktori : /var/www/html/hr/api/routes/api/v1/ |
Current File : /var/www/html/hr/api/routes/api/v1/unauth.php |
<?php use Illuminate\Support\Facades\Route; Route::get('test', 'AuthController@test') ->name('api.v1.test'); Route::post('check', 'AuthController@check') ->name('api.v1.check'); Route::post('login', 'AuthController@login') ->name('api.v1.login'); Route::post('resetPassword', 'AuthController@resetPassword') ->name('api.v1.resetPassword'); Route::get('modules', 'ModulesController@index') ->name('api.v1.modules');