I tried to import the koa-router into my nodejs app like this:
but when checking the code completion, there is no get
method to be found. Or any other method.
I installed it using npm install koa-router
but apparently something is not working.
Can someone help me?