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:
parent
a2c9d4eae0
commit
f887110b3c
@ -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.');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user