get("/", () => { return { greeting: "Welcome to the Adonis API tutorial" }; }); //User routes Route.group(() => { Route.post("create", " ...
確定! 回上一頁