This commit is contained in:
biglyderv 2024-10-16 16:26:25 -04:00
parent 2ca63f06b4
commit bffd8c971f

View file

@ -1,6 +1,6 @@
import express from "express";
const app = express()
const port = process.env.port || 3000;
const port = process.env.PORT|| 3000;
app.use('/static', express.static('./static'),)