We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fb001c commit 4c3ac5fCopy full SHA for 4c3ac5f
curation-pipeline/src/utils/serverless.js
@@ -1,5 +1,5 @@
1
// src/utils/serverless.js
2
-const dispatchUrl = "https://recollectf.vercel.app/api/functions/send-form";
+const dispatchUrl = "https://recollectf.vercel.app/api/functions/send-form.ts";
3
4
export async function dispatchWorkflow(data) {
5
console.log("Data to dispatch:", data);
0 commit comments