Updated rank change page systems

This commit is contained in:
2025-09-15 10:38:50 -04:00
parent 3da4d33167
commit 456c29a731
4 changed files with 69 additions and 33 deletions

View File

@@ -4,13 +4,6 @@ const router = express.Router();
// DB pool (same as used in api/index.js)
const pool = require('../db');
// Keep any in-memory structures if needed (preserved from original file)
let applicationData = {
app: null,
messages: [],
status: null,
};
// POST /application
router.post('/', async (req, res) => {
try {