Home Reference Source

src/middlewares/index.js

import express from './express'
import koa from './koa'

export default { express, koa }