port over html code

This commit is contained in:
biglyderv 2025-04-20 20:06:17 -04:00
parent 60b3e373a1
commit 46906f8900
Signed by: biglyderv
GPG key ID: 0E2EB0B4CD7397B5
7 changed files with 4 additions and 204 deletions

View file

@ -10,7 +10,7 @@ const app = express();
app.use(express.json())
app.set('trust proxy', true)
app.use(express.static('static'));
//app.use(express.static('static'));
app.post('/', async function (req, res) {
let ip = req.headers['X-Real-IP'] || req.ip;