Merge branch 'feature/spec_files_wthout_db' of https://github.com/sartography/cr-connect-workflow into feature/spec_files_wthout_db

This commit is contained in:
mike cullerton 2022-02-09 10:55:19 -05:00
commit 1c033ce7f2
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ def all_specifications(libraries=False,standalone=False):
categories = spec_service.get_categories()
workflows = []
for cat in categories:
workflows.extend(cat.workflows)
workflows.extend(cat.specs)
return WorkflowSpecInfoSchema(many=True).dump(workflows)