Routing
This commit is contained in:
parent
3895fbdb26
commit
f057dd513c
|
@ -388,7 +388,6 @@ class Connect
|
|||
public function apiRoutes()
|
||||
{
|
||||
Route::namespace('\Bluesquare\Connect\Controllers')
|
||||
->prefix('api')
|
||||
->group(function () {
|
||||
Route::post('connect/webhook', 'ConnectController@webhook');
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue