saleor-dashboard/cypress/url/url-list.js
2021-02-04 12:15:27 +01:00

6 lines
119 B
JavaScript

export const URL_LIST = {
dashbord: "/",
channels: "/channels/",
products: "/products/",
orders: "/orders/"
};