Browse Source

Change news feed to chronicle

Andrea Fazzi 1 year ago
parent
commit
abe0fef1a1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      backend/main.go

+ 1 - 1
backend/main.go

@@ -34,7 +34,7 @@ var funcmap = template.FuncMap{
 		result := make([]*gofeed.Item, 0)
 
 		fp := gofeed.NewParser()
-		feed, _ := fp.ParseURL("https://www.agi.it/innovazione/rss")
+		feed, _ := fp.ParseURL("https://www.agi.it/cronaca/rss")
 
 		for _, it := range feed.Items {
 			result = append(result, it)