mirror of
https://github.com/roleypoly/roleypoly-v1.git
synced 2025-04-25 12:19:10 +00:00
4 lines
130 B
JavaScript
4 lines
130 B
JavaScript
export default ($, ctx) => {
|
|
ctx.res.statusCode = ctx.status
|
|
return $.ui.renderError(null, ctx.req, ctx.res, '/_error', {})
|
|
}
|