Fix backend api

This commit is contained in:
Aleksey Filippov 2024-09-04 23:40:13 +04:00
parent 46a61fceb8
commit 6b6bb02d6b

View File

@ -31,7 +31,6 @@ def upload_dataset(files_data):
@api_bp.get("/dataset")
@api_bp.output(Schema, example="[string, string, ..., string]")
def get_all_datasets():
return service.get_all_datasets()