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 14cc0e5156
commit aa02b04050
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;