UNPKG

ali-mysql-client

Version:
7 lines (5 loc) 131 B
'use strict'; module.exports = app => { app.get('/', app.controller.home.index); app.get('/foo', app.controller.home.foo); };