UNPKG

@directus/api

Version:

Directus is a real-time API and App dashboard for managing SQL database content

7 lines (6 loc) 213 B
import asyncHandler from '../utils/async-handler.js'; const useCollection = (collection) => asyncHandler(async (req, _res, next) => { req.collection = collection; next(); }); export default useCollection;