GET, POST, PUT, DELETE 등의 Method 지정; Method와 함께 API Path를 문자열로 지정. request(app) .get('/user'); // .get('/user/list') ...
確定! 回上一頁