use(express.json()) is telling our application to accept the incoming JSON body in requests and that we are dealing with JSON, as REST APIs ...
確定! 回上一頁