How can I use Async/Await on HttpService using NestJs? The below code doesn`t works: async create(data) { return await this.httpService.post(url, data); }
確定! 回上一頁