Skip to content
This repository was archived by the owner on Feb 19, 2021. It is now read-only.

Commit ef1558b

Browse files
author
Sammy Sammon
committed
Updated endpoint for the stats api call
1 parent 3da86db commit ef1558b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Stats.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public class Stats
1818

1919
public static Stats DownloadStats()
2020
{
21-
var url = "https://listen.moe/stats.json";
21+
var url = "https://listen.moe/api/info";
2222
var data = new WebClient().DownloadString(url);
2323

2424
DataContractJsonSerializer s = new DataContractJsonSerializer(typeof(Stats));

0 commit comments

Comments
 (0)