Update app.js

This commit is contained in:
nune 2024-12-20 10:19:06 -05:00 committed by GitHub
parent aacfbeef20
commit cc25209644
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

1
app.js
View File

@ -2,6 +2,7 @@ const express = require('express');
const fetch = require('node-fetch');
const cookieParser = require('cookie-parser');
const path = require('path');
const fs = require('fs');
const app = express();
const PORT = process.env.PORT || 3000;