Skip to content

Commit

Permalink
Support 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ottomated authored Jan 9, 2021
1 parent 276a5dc commit 2fd0562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import socketIO from 'socket.io';
import Tracer from 'tracer';
import morgan from 'morgan';

const supportedCrewLinkVersions = new Set(['1.2.0', '1.2.1']);
const supportedCrewLinkVersions = new Set(['1.2.0', '1.2.1', '2.0.0']);
const httpsEnabled = !!process.env.HTTPS;

const port = process.env.PORT || (httpsEnabled ? '443' : '9736');
Expand Down

0 comments on commit 2fd0562

Please sign in to comment.