drinkingvideogames/mixer

View on GitHub
api/middleware/index.js

Summary

Maintainability
A
0 mins
Test Coverage
const handler = require('feathers-errors/handler')
 
module.exports = function () {
const app = this
app.use(handler())
}