update api dan template corporate

This commit is contained in:
2023-11-09 11:32:09 +07:00
parent 9c2677771c
commit a9929ad7a2
2 changed files with 1 additions and 0 deletions

View File

@@ -36,6 +36,7 @@ Route::prefix('linksehat')->group(function () {
Route::post('otp-request', 'otpRequest');
Route::post('mock-otp', 'mockOtp');
Route::post('login', 'login');
Route::post('logout', 'logout');
Route::post('login-phone', 'loginPhone');
Route::post('register', 'register');
Route::get('social-login/{provider}', 'redirectSocialLogin');