1
0
mirror of https://github.com/zumbiepig/MineXLauncher.git synced 2025-06-08 08:04:49 +00:00

debug the backup

This commit is contained in:
SpeedSlicer 2024-09-12 16:52:41 -04:00
parent a2c9d4eae0
commit f887110b3c

View File

@ -60,7 +60,7 @@ app.use(async (err, req, res, next) => {
res.status(500).send('500 Internal Server Error'); res.status(500).send('500 Internal Server Error');
next(); next();
}); });
// push for the update dev
app app
.listen(PORT, async () => { .listen(PORT, async () => {
debugLogger('Server started.'); debugLogger('Server started.');