|
@@ -1,6 +1,6 @@ |
|
|
block discarded – undo |
|
1
|
1
|
<?php |
|
2
|
2
|
|
|
3
|
|
-Route::group(['prefix' => 'api/exponent/devices', "middleware" => config("exponent-push-notifications")["middleware"]], function () { |
|
|
3
|
+Route::group(['prefix' => 'api/exponent/devices', "middleware" => config("exponent-push-notifications")["middleware"]], function() { |
|
4
|
4
|
Route::post('subscribe', [ |
|
5
|
5
|
'as' => 'register-interest', |
|
6
|
6
|
'uses' => 'NotificationChannels\ExpoPushNotifications\Http\ExpoController@subscribe', |
Please login to merge, or discard this patch.