saleor-dashboard/cypress/url/url-list.js

7 lines
119 B
JavaScript
Raw Normal View History

2021-02-04 11:15:27 +00:00
export const URL_LIST = {
dashbord: "/",
channels: "/channels/",
products: "/products/",
orders: "/orders/"
};