Skip to content

Commit

Permalink
Merge branch 'main' of github.com:strapi/documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
pwizla committed Nov 14, 2023
2 parents 503d0ba + 16dcae1 commit 8c896f1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ Additional information can be found in the [middlewares customization](/dev-docs
}

// Call next to continue with the flow and get to the controller
next();
await next();
};
};
```
Expand Down

1 comment on commit 8c896f1

@vercel
Copy link

@vercel vercel bot commented on 8c896f1 Nov 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

documentation – ./

documentation-strapijs.vercel.app
documentation-git-main-strapijs.vercel.app
docs-vercel-v4.strapi.io

Please sign in to comment.