Merge literally everything into main so I stop just working on one branch #14

Merged
Ajdj100 merged 64 commits from recruiter into main 2025-10-28 13:40:41 -05:00
Showing only changes of commit c1e52ec4c0 - Show all commits

View File

@@ -13,12 +13,6 @@ app.use(express.json())
const port = 3000;
const pool = require('./db')
let applicationData = {
app: null,
messages: [],
status: null,
};
app.post('/application', async (req, res) => {
try {
const App = req.body?.App || {};