Skip to content

Commit 4fbf638

Browse files
committed
Fix url typo
1 parent 332c5b1 commit 4fbf638

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/_Project/Scripts/Data/DataManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public enum EndpointType {
5656
"feed/range/1/week", // 1 week
5757
"feed/range/plusStream/1/day", // 1 day
5858
"feed/range/plusStream/1/hour", // 1 hour
59-
"feed/range/plusStream/5/minutes" // 5 minutes
59+
"feed/range/plusStream/5/minute" // 5 minutes
6060
};
6161

6262
// chosen host and endpoint for API

0 commit comments

Comments
 (0)