forked from ryanmwangi/CalMerger
import path into server.js
This commit is contained in:
parent
1e03f668c3
commit
1b0f792fd6
|
@ -4,6 +4,7 @@ import fs from 'fs';
|
||||||
import cron from 'node-cron';
|
import cron from 'node-cron';
|
||||||
import axios from 'axios';
|
import axios from 'axios';
|
||||||
import crypto from 'crypto';
|
import crypto from 'crypto';
|
||||||
|
import path from 'path';
|
||||||
|
|
||||||
const app = express();
|
const app = express();
|
||||||
app.use(express.json());
|
app.use(express.json());
|
||||||
|
|
Loading…
Reference in New Issue