const {errors, respond} = require('structure-dispatcher')
const {plugins} = require('structure-middleware')
const {authenticateApplicationEntity} = require('structure-auth-entity')
module.exports = [
authenticateApplicationEntity,
plugins,
respond(),
errors()
]