๐ Bug HuntND Node.js Hardโก+35 XP
CORS Not Set
Browser blocks requests from a different origin.
๐ Find the bug
1
const app = express();2
app.get('/api/data', (req, res) => res.json(data));๐ The bug is on line 1