This commit is contained in:
KNaveenraj-ladybird
2023-09-12 18:19:44 +05:30
committed by RafficMohammed
parent 6cebe281e9
commit 06fd163c60
5 changed files with 104 additions and 35 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');
});
/*
* ================================================================================================