diff --git a/cache/cache.js b/cache/cache.js index 64495e6..4145f9b 100644 --- a/cache/cache.js +++ b/cache/cache.js @@ -84,6 +84,7 @@ const server = http.createServer(async(req, res) => { res.writeHead(200, { 'Content-Type': 'application/json', + 'Access-Control-Allow-Origin': '*' }) res.write(JSON.stringify(CACHE[zip] || {})) res.end()