1.0.0 • Published 8 years ago

alp-errors v1.0.0

Weekly downloads
3
License
ISC
Repository
github
Last release
8 years ago

auk-errors

import Koa from 'koa';
import config from 'auk-config';
import logger from 'auk-logger';
import errors from 'auk-errors';

const app = new Koa();
config(__dirname + '/config')(app);
logger(app);

app.use(errors);
1.0.0

8 years ago