1
0
mirror of https://github.com/zumbiepig/MineXLauncher.git synced 2025-06-26 10:05:10 +00:00

MineXLauncher 1.1

This commit is contained in:
zumbiepig
2024-07-24 13:05:45 -07:00
parent c403967f1c
commit 9c9c8196b3
389 changed files with 41700 additions and 35751 deletions

View File

@@ -3,7 +3,7 @@ const router = Router();
/* GET users listing. */
router.get("/", function (req, res, next) {
res.send("respond with a resource");
res.send("respond with a resource");
});
export default router;