We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e002c02 commit ccecaddCopy full SHA for ccecadd
curation-pipeline/src/utils/serverless.js
@@ -1,5 +1,5 @@
1
// src/utils/serverless.js
2
-const dispatchUrl = "https://re-collec-tf-2-vercel.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