const config = require('../config'); const fs = require('fs'); const handle = (req, res) => { throw new Error("not found"); }; module.exports = handle;