We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 332c5b1 commit 4fbf638Copy full SHA for 4fbf638
Assets/_Project/Scripts/Data/DataManager.cs
@@ -56,7 +56,7 @@ public enum EndpointType {
56
"feed/range/1/week", // 1 week
57
"feed/range/plusStream/1/day", // 1 day
58
"feed/range/plusStream/1/hour", // 1 hour
59
- "feed/range/plusStream/5/minutes" // 5 minutes
+ "feed/range/plusStream/5/minute" // 5 minutes
60
};
61
62
// chosen host and endpoint for API
0 commit comments