// 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

OX BUMBA

Octavia the ocean witch

Art Gallery Cafe

Baby Alice in Wondrland

bottom of page