Stricter rate-limiting to avoid unlikely 429s

This commit is contained in:
Amish Shah
2016-09-10 17:20:50 +01:00
parent c6aa16277a
commit 894115758c

View File

@@ -12,7 +12,7 @@ class APIRequest {
}
getEndpoint() {
return `${this.method} ${this.url}`;
return `${this.url}`;
}
getAuth() {