Merge branch 'development' into Ticket_Issue

This commit is contained in:
K Naveenraj
2023-10-03 20:50:08 +05:30
committed by GitHub
13 changed files with 465 additions and 457 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');
});
/*
* ================================================================================================