Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
dha-stix authored Sep 19, 2022
1 parent 2b98dca commit 66c4103
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions react-beautiful-dnd-todo-list/server/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ const app = express();
const cors = require("cors");
const http = require("http").Server(app);
const PORT = 4000;
const { Novu } = require("@novu/node");
const novu = new Novu("cdaa6070dfc6e6edf820515f19a90627");
// const { Novu } = require("@novu/node");
// const novu = new Novu(<API_KEY>);
const socketIO = require("socket.io")(http, {
cors: {
origin: "http://localhost:3000",
Expand Down

0 comments on commit 66c4103

Please sign in to comment.