add code to evade ip blocking, improve pagination code and fix documentation
This commit is contained in:
parent
f8c3c8dcbe
commit
c170de8194
14 changed files with 264 additions and 61 deletions
|
@ -41,3 +41,5 @@ async fn test_index() {
|
|||
assert_eq!(res.text().await.unwrap(), template);
|
||||
}
|
||||
|
||||
// TODO: Write tests for tesing parameters for search function that if provided with something
|
||||
// other than u32 like alphabets and special characters than it should panic
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue