UNPKG

beyond

Version:

The Full Stack Universal Typescript Framework

5 lines 134 B
export/*bundle*/ function routes(app) { app.get('/', (req, res) => { res.send('Express page with BeyondJS'); }); }