{
  "/_global-error/page": "/_global-error",
  "/_not-found/page": "/_not-found",
  "/api/customers/route": "/api/customers",
  "/api/inventory/route": "/api/inventory",
  "/api/orders/route": "/api/orders",
  "/api/products/route": "/api/products",
  "/api/suppliers/route": "/api/suppliers",
  "/customers/page": "/customers",
  "/favicon.ico/route": "/favicon.ico",
  "/inventory/page": "/inventory",
  "/orders/page": "/orders",
  "/page": "/",
  "/products/new/page": "/products/new",
  "/products/page": "/products",
  "/suppliers/page": "/suppliers"
}