UNPKG

telegram-assistant

Version:

telegram bot will help you to do everything you can setup for him

9 lines (7 loc) 191 B
const morgan = require('morgan'); const apiLogger = (app) => { app.use( morgan(':method :url :status :res[content-length] - :response-time ms') ); }; module.exports = { apiLogger };