webfast 0.1.63 → 0.1.65

Sign up to get free protection for your applications and to get access to all the features.
@@ -10,7 +10,7 @@ module.exports = async function (program) {
10
10
  const bodyParser = require('body-parser');
11
11
  const WebSocket = require('ws');
12
12
  const crypto = require(`crypto`)
13
- const port = 1221;
13
+ const port = process.env.port;
14
14
  const basePath = `/api`;
15
15
 
16
16
  const app = express();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "webfast",
3
- "version": "0.1.63",
3
+ "version": "0.1.65",
4
4
  "description": "WebFast! Bot Application, including TON mini-apps for makign it easy and fast to build ini-apps",
5
5
  "main": "index.js",
6
6
  "repository": {