In this tutorial, we will create a RESTful API using Adonis.js. ... await Post.query().preload('user').preload('forum'); return posts } ...
確定! 回上一頁