Update routes
This commit is contained in:
@@ -20,6 +20,13 @@ use Illuminate\Contracts\Routing\Registrar;
|
||||
*/
|
||||
class SubscribeRoutes
|
||||
{
|
||||
/**
|
||||
* Defines if these routes are for the browser.
|
||||
*
|
||||
* @var bool
|
||||
*/
|
||||
public static $browser = true;
|
||||
|
||||
/**
|
||||
* Define the subscribe routes.
|
||||
*
|
||||
@@ -30,7 +37,7 @@ class SubscribeRoutes
|
||||
public function map(Registrar $router)
|
||||
{
|
||||
$router->group([
|
||||
'middleware' => ['web', 'ready', 'localize', 'subscribers'],
|
||||
'middleware' => ['ready', 'localize', 'subscribers'],
|
||||
], function (Registrar $router) {
|
||||
$router->get('subscribe', [
|
||||
'as' => 'get:subscribe',
|
||||
|
||||
Reference in New Issue
Block a user