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.

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