git ssb

0+

Rômulo Alves / website



Tree: cbc31d82ebaf4e81f5b1b78b882b74b595374d1e

Files: cbc31d82ebaf4e81f5b1b78b882b74b595374d1e / routes / index.js

103 bytesRaw
1module.exports = {
2 method: 'GET',
3 path: '/',
4 handler: (request, reply) => reply.view('index')
5};
6

Built with git-ssb-web