UNPKG

egg-apigw-tracer

Version:

适配 API 网关的 HTTP 请求示踪器,用于 Egg.js 框架

6 lines (4 loc) 92 B
'use strict' module.exports = (app) => { app.config.coreMiddleware.push('tracer') }