Add Mock OTP

This commit is contained in:
R
2022-09-17 01:03:23 +07:00
parent a9f29cd19d
commit 0ea1c2dea4
3 changed files with 28 additions and 0 deletions

View File

@@ -17,6 +17,7 @@ use Modules\Linksehat\Http\Controllers\Api\HospitalController;
*/
Route::post('otp-request', [AuthController::class, 'otpRequest']);
Route::post('mock-otp', [AuthController::class, 'mockOtp']);
Route::post('login', [AuthController::class, 'login']);
Route::post('register', [AuthController::class, 'register']);