/// /// import Example = require('../app/controllers/example_controller'); export function init(app: Express) { app.get('/example', Example.index); }