Resolve "Workflow usage statistics"
Compare changes
Files
4- Daniel Göbel authored
+ 31
− 3
from fastapi import APIRouter, BackgroundTasks, Depends, File, HTTPException, Query, UploadFile, status
from app.api.dependencies import AuthorizationDependency, CurrentUser, CurrentWorkflow, DBSession, HTTPClient, S3Service
@@ -72,7 +72,7 @@ async def list_workflows(
@@ -72,7 +72,7 @@ async def list_workflows(
@@ -205,6 +205,34 @@ async def get_workflow(
@@ -205,6 +205,34 @@ async def get_workflow(