Skip to content

Commit

Permalink
Release 0.4.1-hotfix
Browse files Browse the repository at this point in the history
Forgot to listen on the port *facepalm*
  • Loading branch information
e3ndr committed Aug 24, 2020
1 parent aea5748 commit b045f7e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/js/caffeinated.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,8 @@ class Caffeinated {

app.use(cors());

server.listen(this.store.get("port"));

this.io = require("socket.io").listen(server);

this.io.on("connection", (socket) => {
Expand Down

0 comments on commit b045f7e

Please sign in to comment.