UNPKG

tailwind

Version:

tailwind is a base module for streaming and evented CQS applications.

14 lines (11 loc) 185 B
'use strict'; const getPing = function () { return function (req, res) { (async () => { res.json({ api: 'v1' }); })(); }; }; module.exports = getPing;