]> _ Git - cubist_cms-back.git/commitdiff
.
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 16 Mar 2022 11:30:50 +0000 (12:30 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 16 Mar 2022 11:30:50 +0000 (12:30 +0100)
src/routes/cubist/backpack/select2.php

index 22b6115a24d0e576f97e2044fcbcf728231cbdfe..21c495a44ba2eecc32fa85a3e0bdbf006608f927 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 
 Route::group([
-    //'prefix' => config('backpack.base.route_prefix', 'admin'),
+    'prefix' => config('backpack.base.route_prefix', 'admin'),
     'middleware' => ['web', config('backpack.base.middleware_key', 'admin')],
 ], function () { // custom admin routes
     Route::any('select2/{hash}', '\Cubist\Backpack\Http\Controllers\CubistSelect2Controller@search')->where(['hash' => '.*']);