From 16657fbfe493fb5c43652a0115a9e145fbb52dfd Mon Sep 17 00:00:00 2001 From: Morten Poul Jensen Date: Tue, 10 Apr 2018 11:25:18 +0200 Subject: [PATCH] Remove laravel from url --- src/ShopifyServiceProvider.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ShopifyServiceProvider.php b/src/ShopifyServiceProvider.php index 75dd95f..702abd8 100644 --- a/src/ShopifyServiceProvider.php +++ b/src/ShopifyServiceProvider.php @@ -23,7 +23,7 @@ public function boot() * @todo Perhaps allow for options allowing a user to modify aspects of the route...? */ Route::macro('shopifyWebhooks', function () { - return $this->post('laravel-shopify/webhooks', '\Signifly\Shopify\Laravel\Http\Controllers\WebhookController@handle'); + return $this->post('shopify/webhooks', '\Signifly\Shopify\Laravel\Http\Controllers\WebhookController@handle'); }); Request::macro('shopifyShopDomain', function () {