Final commit

parent 81046915
......@@ -26,6 +26,7 @@ const app = express();
const corsOptions = {
origin: 'http://localhost:3000',
origin: 'http://localhost:3001',
origin: '*',
};
app.use(bodyParser.json({ limit: "30mb", extended: true }));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment