UNPKG

ecommerce-express-utils

Version:

A collection of handy express utilities for ecommerce

10 lines (8 loc) 214 B
import { getWebsiteContents } from './websiteContent.js' function websiteContentRoutes({router, models}) { router.route('/') .get(getWebsiteContents({ models })) } export { websiteContentRoutes };