UNPKG

@unchainedshop/plugins

Version:

Official plugin collection for the Unchained Engine with payment, delivery, and pricing adapters

6 lines (5 loc) 193 B
import handler from "../files/gridfs/handler-express.js"; const { GRIDFS_PUT_SERVER_PATH = '/gridfs' } = process.env; export default (app) => { app.use(GRIDFS_PUT_SERVER_PATH, handler); };