Skip to content
Snippets Groups Projects
Commit 26e04c14 authored by Christian Boettcher's avatar Christian Boettcher
Browse files

False v FALSE

parent b86eb580
No related branches found
No related tags found
No related merge requests found
Pipeline #114899 passed
......@@ -118,7 +118,7 @@ async def login_for_access_token(user=Depends(my_auth)):
@app.get("/", response_model=List[dict[str, str]])
async def get_types(request: Request = None, element_numbers: bool = FALSE):
async def get_types(request: Request = None, element_numbers: bool = False):
"""
list types of data locations, currently datasets
(will be provided by the pillars) and targets (possible storage
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment