Browse Source

fix api route

Olivier Massot 1 năm trước cách đây
mục cha
commit
aa120e160e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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'
     ]