Spaces:
Paused
Paused
Update index.js
Browse files
index.js
CHANGED
|
@@ -8,7 +8,7 @@ const loadImg = require('./loader');
|
|
| 8 |
const app = express();
|
| 9 |
const port = 7860;
|
| 10 |
const dataFile = path.join(__dirname, 'req.json');
|
| 11 |
-
|
| 12 |
|
| 13 |
|
| 14 |
let totalReq = 0;
|
|
|
|
| 8 |
const app = express();
|
| 9 |
const port = 7860;
|
| 10 |
const dataFile = path.join(__dirname, 'req.json');
|
| 11 |
+
const fs = require('fs');
|
| 12 |
|
| 13 |
|
| 14 |
let totalReq = 0;
|