Merge branch 'development' into pr-8202

This commit is contained in:
K Naveenraj
2023-10-11 16:53:47 +05:30
committed by GitHub
13 changed files with 479 additions and 480 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');
});
/*
* ================================================================================================