feat: add ValidationMiddleware to RouteModuleConfig
This commit is contained in:
@@ -18,4 +18,5 @@ type RouteModuleConfig struct {
|
||||
AuthRateLimit func(chi.Router) chi.Router
|
||||
CSRFMiddleware func(http.Handler) http.Handler
|
||||
AuthMiddleware func(http.Handler) http.Handler
|
||||
ValidationMiddleware func(http.Handler) http.Handler
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user