1
0
Fork 0

import path into server.js

This commit is contained in:
Ryan Mwangi 2024-10-24 15:02:01 +03:00
parent 1e03f668c3
commit 1b0f792fd6
1 changed files with 1 additions and 0 deletions

View File

@ -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());