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

MineXLauncher 1.4

This commit is contained in:
zumbiepig
2024-08-16 22:04:25 -07:00
committed by GitHub
parent a2d0beadb8
commit ce45a2a411
331 changed files with 2937626 additions and 46548 deletions

View File

@@ -1,9 +0,0 @@
import { Router } from 'express';
const router = Router();
/* GET home page. */
router.get('/', function (req, res, next) {
res.render('index', { title: 'Express' });
});
export default router;

View File

@@ -1,9 +0,0 @@
import { Router } from 'express';
const router = Router();
/* GET users listing. */
router.get('/', function (req, res, next) {
res.send('respond with a resource');
});
export default router;