new: [routes] added route for open spaces

remotes/origin/main
iglocska 2020-06-21 23:54:09 +02:00
parent 151e033d19
commit 0092e357ef
No known key found for this signature in database
GPG Key ID: BEA224F1FEF113AC
1 changed files with 4 additions and 0 deletions

View File

@ -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.