import path into server.js
This commit is contained in:
parent
1e03f668c3
commit
1b0f792fd6
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ import fs from 'fs';
|
|||
import cron from 'node-cron';
|
||||
import axios from 'axios';
|
||||
import crypto from 'crypto';
|
||||
import path from 'path';
|
||||
|
||||
const app = express();
|
||||
app.use(express.json());
|
||||
|
|
Loading…
Add table
Reference in a new issue