UNPKG

template_assets

Version:

![Compatibility](https://img.shields.io/badge/compatibility-0.6.25-blue) [![Build Status](https://github.com/dfinity/examples/workflows/motoko-superheroes-example/badge.svg)](https://github.com/dfinity/examples/actions?query=workflow%3Amotoko-superheroes

15 lines 408 B
export const routes = { HOME: '/', SETTINGS: '/settings', PRODUCT: { MARKET: '/products', INFORMATION: { TICKET: '/tickets/:ticketId', ITEM: '/items/:itemId', }, CATEGORY: { LIST: '/products/categories/:categoryId', PRODUCT_INFORMATION: '/products/categories/:categoryId/:productId', } } };