Skip to content
Snippets Groups Projects
Verified Commit c73e6043 authored by insert's avatar insert
Browse files

.-. stupid cf

parent 71fac0db
No related merge requests found
......@@ -17,7 +17,7 @@ export default async (req: NextApiRequest, res: NextApiResponse) => {
try {
await axios.post(process.env.WEBHOOK_URL, {
"content": req.body.email + " [from " + req.connection.remoteAddress + "]"
"content": req.body.email
})
res.status(200).json({ success: true });
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment