فهرست منبع

fix api route

Olivier Massot 1 سال پیش
والد
کامیت
aa120e160e
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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'
     ]