This commit is contained in:
2026-02-02 07:13:26 -06:00
parent b6f78e4659
commit e37c64fb1d
6 changed files with 2240 additions and 7 deletions

View File

@@ -2,7 +2,7 @@ import express from 'express'
const app = express()
const port = 8081
const port = process.env.PORT || 8081
app.use(express.json())