]> _ Git - odl.git/commitdiff
wip #4765
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 8 Oct 2021 16:56:16 +0000 (18:56 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 8 Oct 2021 16:56:16 +0000 (18:56 +0200)
routes/web.php

index 3861b4c78d2a3697b3d051fdbe1dd3b902058bc2..43e944efe89e1b3c3855c44c275f82e82f7d8583 100644 (file)
@@ -7,7 +7,8 @@ Route::group([
     'middleware' => ['web', config('backpack.base.middleware_key', 'admin')],
     'namespace' => '\App\Http\Controllers\Admin',
 ], function () { // custom admin routes
-    Route::get('test','ToolsController@index');
+
     Route::any('tools/{tool}/{args?}', 'ToolsController@index')->where(['args' => '.*']);
 });
 
+Route::get('test','ToolsController@index');