Hi I am using the following versions nodejs v7.7.1 +-- [email protected] +-- [email protected] My problem is that the router returns without awaiting ... ... <看更多>
Search
Search
Hi I am using the following versions nodejs v7.7.1 +-- [email protected] +-- [email protected] My problem is that the router returns without awaiting ... ... <看更多>
My ctx body is not working. When i hit on postman it throws not found. router.post('/login', async (ctx ... ... <看更多>
koa2 对应的版本是7.x npm install --save koa-router@7 ... let home = new Router() // 子路由1 home.get('/', async ( ctx )=>{ let html = ` <ul> <li><a ... ... <看更多>
In this video we will look at the Koa framework which is a ... We will look at basic concepts, setup, routing ... ... <看更多>