This commit is contained in:
Bel LaPointe
2022-05-29 10:59:51 -04:00
1366 changed files with 437292 additions and 737 deletions

View File

@@ -88,6 +88,12 @@ func (s *Server) feed(w http.ResponseWriter, r *http.Request) {
ContentFilter string `json:"content"`
Tags []string `json:"tags"`
Headers map[string]string `json:"headers"`
URL string `json:"url"`
Interval string `json:"refresh"`
TitleFilter string `json:"items"`
Copyright string `json:"copyright"`
ContentFilter string `json:"content"`
Tags []string `json:"tags"`
}
if err := json.NewDecoder(r.Body).Decode(&putFeed); err != nil {
s.userError(w, r, err)