cleaned up old route
This commit is contained in:
@@ -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 || {};
|
||||
|
||||
Reference in New Issue
Block a user