yarn.lock Removed the need for lambda handler, added status message to server, … Sep 3, 2023 Repository files navigation README LicenseWeb-Check Comprehensive, on-demand open source intelligence for any website 🌐 web-check.xyzContentsAbout...
url : `https://${url}`; }; +const headers = { + 'Access-Control-Allow-Origin': process.env.API_CORS_ORIGIN || '*', + 'Access-Control-Allow-Credentials': true, + 'Content-Type': 'application/json;charset=UTF-8', +}; + const commonMiddleware = (handler) => { - return async...