This commit is contained in:
chun 2024-10-27 03:30:23 +00:00
parent a69e6a5017
commit e004083989

View File

@ -9,7 +9,7 @@ from server import PromptServer
async def upload_workflow(request):
try:
data = await request.json()
url = data["domain"] + "v1/openapi/upload/workflow"
url = data["domain"] + "/v1/openapi/upload/workflow"
headers = {
'Content-Type': 'application/json',
'x-comfy-api-key': data["apiKey"]