UNPKG

anchundan

Version:
7 lines (6 loc) 149 B
module.exports = async (ctx,next) =>{ if(ctx.method.toLocaleLowerCase() === 'options'){ ctx.status = 200; } await next(); };