mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-09-19 13:20:34 +00:00
Improvements to enforce middleware, linting, returning 404 properly
This commit is contained in:
@@ -23,7 +23,7 @@ import (
|
||||
// to be used later in other endpoints.
|
||||
func ListQuery(obj interface{}) func(http.Handler) http.Handler {
|
||||
schemaData := tags.GetFilterSchema(obj)
|
||||
filterMap := tags.GetFilterMap(obj)
|
||||
filterMap := tags.GetFilterMap(obj, "")
|
||||
|
||||
return func(next http.Handler) http.Handler {
|
||||
return http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) {
|
||||
|
Reference in New Issue
Block a user