aantal mappen en layout aangepast
This commit is contained in:
+1
-1
@@ -34,7 +34,7 @@ def discover_files(
|
||||
def discover_folders(
|
||||
root_id: str = Query(..., min_length=1),
|
||||
subpath: str = Query(""),
|
||||
limit: int = Query(500, ge=1, le=2000),
|
||||
limit: int = Query(5000, ge=1, le=20000),
|
||||
):
|
||||
service = FileDiscoveryService()
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user