소스 검색

feat: NG-15: 新会员注册时增加国家与语言选项.

kevin 1 년 전
부모
커밋
d1163629d0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      backendApi/config/params.php

+ 1 - 1
backendApi/config/params.php

@@ -76,7 +76,7 @@ return [
         'admin/change-language',
         'admin/change-language',
         'currency/currencies-conversions',
         'currency/currencies-conversions',
         'currency/set-currencies-conversions',
         'currency/set-currencies-conversions',
-        'transportation/transportation-list',
+        'transportation/transportation',
         'transportation/set-transportation',
         'transportation/set-transportation',
     ],
     ],
 ];
 ];