UNPKG

linear

Version:

A simple setup micro-forum built in Node.js with Express and MongoDB.

12 lines (6 loc) 142 B
const postModel = require('../models/post'); module.exports = { show (query) { return postModel.searchPosts(query); } };