UNPKG

tea-project-mikelitooz

Version:

A project for registering OSS on the tea protocol.

7 lines (6 loc) 162 B
export const getHelloWorld = (req, res) => { res.send('Hello, World!'); }; export const getGoodbyeWorld = (req, res) => { res.send('Goodbye, World!'); };