UNPKG

esrol-server-app

Version:

A wrapper of all Esrol server components for creating performance efficient, well structured - by following 'convention over configuration' approach, but also configurable, server-side applications.

12 lines (9 loc) 174 B
'use strict'; module.exports = class Test { static get url() { return '/test'; } static getMultipleRecords(req, res) { return res.end(req.middleware); } };