Skip to content

Commit

Permalink
Support 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ottomated authored Jan 10, 2021
1 parent 2fd0562 commit 9eabdc1
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', '2.0.0']);
const supportedCrewLinkVersions = new Set(['2.0.0', '2.0.1']);
const httpsEnabled = !!process.env.HTTPS;

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

1 comment on commit 9eabdc1

@ilike2game4fun
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i cant figure it out

Please sign in to comment.