manu-sapiens commited on
Commit
3bb34cc
·
1 Parent(s): a3113b3

fixed protocol from http to https

Browse files
Files changed (1) hide show
  1. myNodeServer.js +1 -1
myNodeServer.js CHANGED
@@ -4,7 +4,7 @@ const { spawn } = require('child_process');
4
  const PROXY_PORT_OMNITOOL = 4444;
5
  const CONTAINER_HOST = '127.0.0.1';
6
  const CONTAINER_PORT_OMNITOOL = 1688;
7
- const PROTOCOL = 'http';
8
  let OMNITOOL_READY = false;
9
  let OMNITOOL_PRE_READY = false;
10
  let ALREADY_STARTING = false;
 
4
  const PROXY_PORT_OMNITOOL = 4444;
5
  const CONTAINER_HOST = '127.0.0.1';
6
  const CONTAINER_PORT_OMNITOOL = 1688;
7
+ const PROTOCOL = 'https';
8
  let OMNITOOL_READY = false;
9
  let OMNITOOL_PRE_READY = false;
10
  let ALREADY_STARTING = false;