cleaned up old route

This commit is contained in:
2025-09-05 19:26:55 -04:00
parent ea98cafe8c
commit c1e52ec4c0

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 || {};