update readme and bump search result count to 30

+ move images -> .github/images
This commit is contained in:
mungai-njoroge
2023-12-10 18:18:29 +03:00
parent 4412902312
commit 2480c880d6
6 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ from app.store.tracks import TrackStore
api = Blueprint("search", __name__, url_prefix="/")
SEARCH_COUNT = 12
SEARCH_COUNT = 30
"""The max amount of items to return per request"""