Merge branch 'development' into URL_Issue

This commit is contained in:
K Naveenraj
2023-10-05 17:39:58 +05:30
committed by GitHub
14 changed files with 484 additions and 487 deletions

View File

@@ -63,7 +63,7 @@ Route::prefix('api/v1')->group(function () {
/*
* FCM token response
*/
Route::post('fcmtoken', [Common\PushNotificationController::class, 'fcmToken'])->name('fcmtoken');
//Route::post('fcmtoken', [Common\PushNotificationController::class, 'fcmToken'])->name('fcmtoken');
});
/*
* ================================================================================================

View File

@@ -361,8 +361,6 @@ class UnAuthController extends Controller
} else {
Session::put('language', $lang);
}
}
return redirect()->back();
}