Fix backend api
This commit is contained in:
parent
46a61fceb8
commit
6b6bb02d6b
@ -31,7 +31,6 @@ def upload_dataset(files_data):
|
|||||||
|
|
||||||
|
|
||||||
@api_bp.get("/dataset")
|
@api_bp.get("/dataset")
|
||||||
@api_bp.output(Schema, example="[string, string, ..., string]")
|
|
||||||
def get_all_datasets():
|
def get_all_datasets():
|
||||||
return service.get_all_datasets()
|
return service.get_all_datasets()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user