strapi / documentation

Strapi Documentation
https://docs.strapi.io
Other
1.03k stars 1.11k forks source link

[Request]: Adding mdw to >all< routes of one content type #2044

Open nikita-fuchs opened 7 months ago

nikita-fuchs commented 7 months ago

Summary

In https://docs.strapi.io/dev-docs/backend-customization/routes, it's explained how to add middlewares to specific routes of one content type, e.g. find. But how does one make a middleware function run on all routes of one data type?

Why is it needed?

One sometimes needs a middleware function to run on all routes of one datatype.

Suggested solution(s)

Just add an explanation / example maybe.

Related issue(s)/PR(s)

No response

strapi-bot commented 7 months ago

This issue has been mentioned on Strapi Community Forum. There might be relevant details there:

https://forum.strapi.io/t/controller-functions-dont-reflect-on-ctx/36558/28