mirror of
https://github.com/Kludex/awesome-fastapi-projects.git
synced 2024-11-23 20:11:07 +00:00
--empty-commit
This commit is contained in:
parent
534c21df49
commit
bd70df6cb3
|
@ -6,9 +6,7 @@ router = APIRouter()
|
|||
@router.get("/")
|
||||
def get_repositories(): # Paginate
|
||||
"""
|
||||
# TODO: Decide the sorted key. Maybe should use the votes at some point.
|
||||
Retrieves a sorted list of repositories. The sorted key is the number of
|
||||
stars the repository have on GitHub.
|
||||
Retrieves a sorted list of repositories.
|
||||
|
||||
This endpoint is used to generate the `home page`.
|
||||
"""
|
||||
|
|
Loading…
Reference in New Issue
Block a user