vgno/roc-web

View on GitHub
examples/server/koa-middlewares.js

Summary

Maintainability
A
0 mins
Test Coverage
import hello from 'koa-hello-world';

export default function middlewares(/* config */) {
    return [hello()];
}