new: [routes] added route for open spaces
parent
151e033d19
commit
0092e357ef
|
@ -87,6 +87,10 @@ $routes->scope('/', function (RouteBuilder $builder) {
|
|||
$builder->fallbacks();
|
||||
});
|
||||
|
||||
$routes->prefix('Open', function (RouteBuilder $routes) {
|
||||
$routes->fallbacks(DashedRoute::class);
|
||||
});
|
||||
|
||||
/*
|
||||
* If you need a different set of middleware or none at all,
|
||||
* open new scope and define routes there.
|
||||
|
|
Loading…
Reference in New Issue