Explorar el Código

fix api route

Olivier Massot hace 1 año
padre
commit
aa120e160e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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'
     ]