fix: update next version and routing parameter errors (#55)

This commit is contained in:
Hmily
2024-07-22 09:40:23 -07:00
committed by GitHub
parent 10ba00e3dd
commit b4273b1907
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -102,7 +102,7 @@ export const createRun = withServerPromise(
let prompt_id: string | undefined = undefined;
const shareData = {
workflow_api: workflow_api,
workflow_api_raw: workflow_api,
status_endpoint: `${origin}/api/update-run`,
file_upload_endpoint: `${origin}/api/file-upload`,
};