http://127.0.0.1:2000/http://127.0.0.1:2000/ gives me console.log('hello')console.log('hello') with Content-TypeContent-Type set to text/javascripttext/javascript.console.log('hello')console.log('hello'), but the Content-TypeContent-Type is set to text/plaintext/plain. Then, your browser will refuse to execute the script if the Content-TypeContent-Type is not correct. And everything is broken.ctx.typectx.type works correctly without koa-routerkoa-router. I don't know what is going on underlying koa-routerkoa-routerJoin the Discord to ask follow-up questions and connect with the community