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

7 lines
118 B
JavaScript
Raw Normal View History

2021-02-09 13:06:10 +00:00
export const urlList = {
2021-02-04 11:15:27 +00:00
dashbord: "/",
channels: "/channels/",
products: "/products/",
orders: "/orders/"
};