diff --git a/pkg/api/api.go b/pkg/api/api.go index 1f427be..1150afc 100644 --- a/pkg/api/api.go +++ b/pkg/api/api.go @@ -138,7 +138,7 @@ type QueryRSSHubRoutesResponse struct { type RSSHubRoute struct { Name string `json:"name,omitempty"` Description string `json:"description,omitempty"` - Path string `json:"path,omitempty"` + Path any `json:"path,omitempty"` Example string `json:"example,omitempty"` Parameters map[string]any `json:"parameters,omitempty"` Features map[string]any `json:"features,omitempty"`