wesleytodd / cptmpl

Copy and process a template file

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multi-line diff formatting broken

wesleytodd opened this issue · comments

? Conflict in configured.js, overwrite? Diff

   'use strict'

module.exports = function (opts) {
  return function (req, res) {
 -
       res.json({
      opts: opts
    })
 -
     }
}