Expose the difficulty adjustment information in an API #622 (#628)

* Added difficulty adjustment information API

* Added Difficulty API in API docs frontend

* Added link to API

* Updated the API implementation of difficulty-adjustment

* Updated API End Point in frontend

* Updated sample API response in frontend
This commit is contained in:
Priyansh
2021-07-19 03:15:45 +05:30
committed by GitHub
parent ad08c3a907
commit 9e0a5300b0
8 changed files with 88 additions and 3 deletions

View File

@@ -69,4 +69,8 @@ li.nav-item {
}
.websocket {
padding: 15px;
}
.difficulty {
padding: 15px;
}