saleor-dashboard/cypress/url/url-list.js
2021-02-09 14:06:10 +01:00

6 lines
118 B
JavaScript

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