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

index 43e944efe89e1b3c3855c44c275f82e82f7d8583..086f34001cca41affa181096ccc8e1c46af3b8c4 100644 (file)
@@ -11,4 +11,4 @@ Route::group([
     Route::any('tools/{tool}/{args?}', 'ToolsController@index')->where(['args' => '.*']);
 });
 
-Route::get('test','ToolsController@index');
+Route::get('test','\App\Http\Controllers\Admin\ToolsController@test');