Added API to return user count bands and user count (#25796)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
cac50f593b
Коммит
a59f5ccded
@@ -481,6 +481,10 @@ export default class Client4 {
|
||||
return `${this.getBaseRoute()}/reports`;
|
||||
}
|
||||
|
||||
getLimitsRoute(): string {
|
||||
return `${this.getBaseRoute()}/limits`;
|
||||
}
|
||||
|
||||
getCSRFFromCookie() {
|
||||
if (typeof document !== 'undefined' && typeof document.cookie !== 'undefined') {
|
||||
const cookies = document.cookie.split(';');
|
||||
|
||||
Ссылка в новой задаче
Block a user