raghavNCI commited on
Commit
2756b6b
·
1 Parent(s): b029173

re build trigger

Browse files
Files changed (1) hide show
  1. routes/headlines.py +1 -1
routes/headlines.py CHANGED
@@ -6,4 +6,4 @@ headlines = APIRouter()
6
  @headlines.get("/headlines")
7
  def get_headlines():
8
  articles = fetch_headline_articles()
9
- return {"total": len(articles), "articles": articles}
 
6
  @headlines.get("/headlines")
7
  def get_headlines():
8
  articles = fetch_headline_articles()
9
+ return {"total-articles": len(articles), "articles": articles}