|
1 | 1 | { |
2 | | - "accountLogin": "common/account/login", |
3 | | - "accountLogout": "common/account/logout", |
4 | | - "accountRegister": "common/account/register", |
5 | | - "accountEdit": "common/account/edit", |
6 | | - "accountEditPassword": "common/account/editPassword", |
7 | | - "accountCheckLogged": "common/account/isLogged", |
8 | | - "accountAddressList": "common/account/addressList", |
9 | | - "accountAddress": "common/account/address", |
10 | | - "accountAddAddress": "common/account/addAddress", |
11 | | - "accountEditAddress": "common/account/editAddress", |
12 | | - "accountRemoveAddress": "common/account/removeAddress", |
13 | | - "home": "common/home/get", |
14 | | - "uploadFile": "common/file/upload", |
15 | | - "countriesList": "common/country/getList", |
16 | | - "country": "common/country/get", |
17 | | - "zonesList": "common/zone/getList", |
18 | | - "zone": "common/zone/get", |
19 | | - "categoryBlog": "blog/category/get", |
20 | | - "categoriesBlogList": "blog/category/getList", |
21 | | - "post": "blog/post/get", |
22 | | - "postsList": "blog/post/getList", |
23 | | - "addBlogPostReview": "blog/review/add", |
24 | | - "checkoutLink": "store/checkout/link", |
25 | | - "cart": "store/cart/get", |
26 | | - "addToCart": "store/cart/add", |
27 | | - "updateCart": "store/cart/update", |
28 | | - "removeCart": "store/cart/remove", |
29 | | - "category": "store/category/get", |
30 | | - "categoriesList": "store/category/getList", |
31 | | - "compare": "store/compare/get", |
32 | | - "addToCompare": "store/compare/add", |
33 | | - "removeCompare": "store/compare/remove", |
34 | | - "currency": "store/currency/get", |
35 | | - "editCurrency": "store/currency/edit", |
36 | | - "language": "common/language/get", |
37 | | - "editLanguage": "common/language/edit", |
38 | | - "page": "common/page/get", |
39 | | - "pagesList": "common/page/getList", |
40 | | - "productsList": "store/product/getList", |
41 | | - "product": "store/product/get", |
42 | | - "addReview": "store/review/add", |
43 | | - "wishlist": "store/wishlist/getList", |
44 | | - "addToWishlist": "store/wishlist/add", |
45 | | - "removeWishlist": "store/wishlist/remove", |
46 | | - "contactSend": "common/contact/send", |
47 | | - "contact": "common/contact/get" |
| 2 | + "accountLogin": "common/account/login", |
| 3 | + "accountLogout": "common/account/logout", |
| 4 | + "accountRegister": "common/account/register", |
| 5 | + "accountEdit": "common/account/edit", |
| 6 | + "accountEditPassword": "common/account/editPassword", |
| 7 | + "accountCheckLogged": "common/account/isLogged", |
| 8 | + "accountAddressList": "common/account/addressList", |
| 9 | + "accountAddress": "common/account/address", |
| 10 | + "accountAddAddress": "common/account/addAddress", |
| 11 | + "accountEditAddress": "common/account/editAddress", |
| 12 | + "accountRemoveAddress": "common/account/removeAddress", |
| 13 | + |
| 14 | + "home": "common/home/get", |
| 15 | + |
| 16 | + "uploadFile": "common/file/upload", |
| 17 | + |
| 18 | + "countriesList": "common/country/getList", |
| 19 | + "country": "common/country/get", |
| 20 | + |
| 21 | + "zonesList": "common/zone/getList", |
| 22 | + "zone": "common/zone/get", |
| 23 | + |
| 24 | + "categoryBlog": "blog/category/get", |
| 25 | + "categoriesBlogList": "blog/category/getList", |
| 26 | + |
| 27 | + "post": "blog/post/get", |
| 28 | + "postsList": "blog/post/getList", |
| 29 | + "addBlogPostReview": "blog/review/add", |
| 30 | + |
| 31 | + "checkoutLink": "store/checkout/link", |
| 32 | + "paymentAddress": "store/checkout/paymentAddress", |
| 33 | + "shippingAddress": "store/checkout/shippingAddress", |
| 34 | + "paymentMethods": "store/checkout/paymentMethods", |
| 35 | + "shippingMethods": "store/checkout/shippingMethods", |
| 36 | + "createOrder": "store/checkout/createOrder", |
| 37 | + "updateOrder": "store/checkout/updateOrder", |
| 38 | + "confirmOrder": "store/checkout/confirmOrder", |
| 39 | + "totals": "store/checkout/totals", |
| 40 | + |
| 41 | + "cart": "store/cart/get", |
| 42 | + "addToCart": "store/cart/add", |
| 43 | + "updateCart": "store/cart/update", |
| 44 | + "removeCart": "store/cart/remove", |
| 45 | + |
| 46 | + "category": "store/category/get", |
| 47 | + "categoriesList": "store/category/getList", |
| 48 | + |
| 49 | + "compare": "store/compare/get", |
| 50 | + "addToCompare": "store/compare/add", |
| 51 | + "removeCompare": "store/compare/remove", |
| 52 | + |
| 53 | + "currency": "store/currency/get", |
| 54 | + "editCurrency": "store/currency/edit", |
| 55 | + |
| 56 | + "language": "common/language/get", |
| 57 | + "editLanguage": "common/language/edit", |
| 58 | + |
| 59 | + "page": "common/page/get", |
| 60 | + "pagesList": "common/page/getList", |
| 61 | + |
| 62 | + "productsList": "store/product/getList", |
| 63 | + "product": "store/product/get", |
| 64 | + "addReview": "store/review/add", |
| 65 | + |
| 66 | + "wishlist": "store/wishlist/getList", |
| 67 | + "addToWishlist": "store/wishlist/add", |
| 68 | + "removeWishlist": "store/wishlist/remove", |
| 69 | + |
| 70 | + "contactSend": "common/contact/send", |
| 71 | + "contact": "common/contact/get" |
48 | 72 | } |
0 commit comments