From c1e52ec4c074e83394f2220004a9ae336851bdbe Mon Sep 17 00:00:00 2001 From: ajdj100 Date: Fri, 5 Sep 2025 19:26:55 -0400 Subject: [PATCH] cleaned up old route --- api/index.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/api/index.js b/api/index.js index d09027a..c7284ca 100644 --- a/api/index.js +++ b/api/index.js @@ -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 || {};