export const urlList = {
apiUri: Cypress.env("API_URI"),
channels: "channels/",
configuration: "configuration/",
homePage: "/",
orders: "orders/",
products: "products/",
warehouses: "warehouses/",
collections: "collections/"
};