Spaces:
Sleeping
Sleeping
Update index.js
Browse files
index.js
CHANGED
@@ -7,7 +7,7 @@ const crypto = require('crypto');
|
|
7 |
const fs = require('fs');
|
8 |
const nsfwcheck = require('./lib/isporn');
|
9 |
const PORT = process.env.PORT || 4000;
|
10 |
-
const tempFolderPath = path.join(__dirname, '
|
11 |
|
12 |
if (!fs.existsSync(tempFolderPath)) {
|
13 |
console.log('Creating Temporary Folder...');
|
|
|
7 |
const fs = require('fs');
|
8 |
const nsfwcheck = require('./lib/isporn');
|
9 |
const PORT = process.env.PORT || 4000;
|
10 |
+
const tempFolderPath = path.join(__dirname, 'temp');
|
11 |
|
12 |
if (!fs.existsSync(tempFolderPath)) {
|
13 |
console.log('Creating Temporary Folder...');
|