template_assets
Version:
 [](https://github.com/dfinity/examples/actions?query=workflow%3Amotoko-superheroes
15 lines • 408 B
JavaScript
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',
}
}
};