We can do this with route groups in Adonis. We are going to wrap various routes in the following groups: Route.group(() => {}).middleware(["auth"]);.
確定! 回上一頁