Skip to content

Commit

Permalink
form function CORS issue resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhishekX2004 committed Jul 4, 2024
1 parent fbbc187 commit f3391f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ app.post("/contact", async (req, res) => {
}
});

exports.api = functions.https.onRequest(app);
exports.api = functions.https.onRequest(app);

0 comments on commit f3391f0

Please sign in to comment.