smgc commited on
Commit
e3a1a96
1 Parent(s): f432840

Update app.js

Browse files
Files changed (1) hide show
  1. app.js +1 -0
app.js CHANGED
@@ -1,6 +1,7 @@
1
  const express = require('express');
2
  const fetch = require('node-fetch');
3
  const crypto = require('crypto');
 
4
 
5
  const app = express();
6
  const port = 8000;
 
1
  const express = require('express');
2
  const fetch = require('node-fetch');
3
  const crypto = require('crypto');
4
+ const bodyParser = require('body-parser');
5
 
6
  const app = express();
7
  const port = 8000;