// In http-functions.js import {response} from 'wix-http-functions'; // URL looks like: // https://www.mysite.com/_functions/myFunction/ // or: // https://user.wixsite.com/mysite/_functions/myFunction/ export function options_myFunction(request) { let headers = { "Access-Control-Allow-Origin": "https://rogeriovieira.art/", "Access-Control-Allow-Methods": "POST, GET, OPTIONS", "Access-Control-Max-Age": "86400" } return response({"status": 204, "headers": headers}); }
top of page
Personagens-tds_edited.jpg
3.png
2_edited.jpg
Hey, and If you want to know more.... check my insta
bottom of page