1
This commit is contained in:
parent
8b52c58f62
commit
de97ffa333
4
main.py
4
main.py
@ -73,8 +73,8 @@ async def getPlatform(request: Request, platformAlias: str):
|
|||||||
@app.get("/getgamelist")
|
@app.get("/getgamelist")
|
||||||
async def getgamelist(
|
async def getgamelist(
|
||||||
request: Request,
|
request: Request,
|
||||||
cutoff: bool,
|
cutoff: bool = False,
|
||||||
isLowest: bool,
|
isLowest: bool = False,
|
||||||
platform: int = 1,
|
platform: int = 1,
|
||||||
skip: int = 0,
|
skip: int = 0,
|
||||||
limit: int = 10,
|
limit: int = 10,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user