How to use middleware on each different endpoint #782
Replies: 1 comment
-
I think I found it here: https://github.com/orgs/gofr-dev/discussions/100 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I’ve been using GoFr for my web application, and I noticed that middleware in GoFr is applied globally to all endpoints and handlers. However, I need to apply different middleware to each different or some specific endpoint APIs. Is there an approach in GoFr that allows me to achieve this? How can I use middleware on some endpoints or each different endpoint individually?
Beta Was this translation helpful? Give feedback.
All reactions