I don't understand how to create a route with Strapi 4

can you try this for one last time
can you replace myExtraRoutes variable data first element in routes folder with below

  {
    method: "GET",
    path: "/posts/:id/comments",
    handler: "api::post.post.comments",
    config: {
      auth: false,
    },
  },