Olivier Massot 1 rok pred
rodič
commit
aa120e160e
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      ot_admin/Configuration/Backend/Routes.php

+ 1 - 1
ot_admin/Configuration/Backend/Routes.php

@@ -58,7 +58,7 @@ return [
         'access' => 'public'
     ],
     'delete-user-created-pages' => [
-        'path' => '/otadmin/delete-user-created-pages',
+        'path' => '/otadmin/site/delete-user-created-pages',
         'target' => ApiController::class . '::deleteUserCreatedPagesAction',
         'access' => 'public'
     ]