Skip to content

Commit 4c3ac5f

Browse files
committed
modify serverless.js
1 parent 4fb001c commit 4c3ac5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

curation-pipeline/src/utils/serverless.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// src/utils/serverless.js
2-
const dispatchUrl = "https://recollectf.vercel.app/api/functions/send-form";
2+
const dispatchUrl = "https://recollectf.vercel.app/api/functions/send-form.ts";
33

44
export async function dispatchWorkflow(data) {
55
console.log("Data to dispatch:", data);

0 commit comments

Comments
 (0)