fix
This commit is contained in:

committed by
RafficMohammed

parent
6cebe281e9
commit
06fd163c60
@@ -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');
|
||||
});
|
||||
/*
|
||||
* ================================================================================================
|
||||
|
Reference in New Issue
Block a user