mirror of
https://github.com/zumbiepig/MineXLauncher.git
synced 2025-06-26 10:05:10 +00:00
.
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import { Router } from "express";
|
||||
import { Router } from 'express';
|
||||
const router = Router();
|
||||
|
||||
/* GET users listing. */
|
||||
router.get("/", function (req, res, next) {
|
||||
res.send("respond with a resource");
|
||||
router.get('/', function (req, res, next) {
|
||||
res.send('respond with a resource');
|
||||
});
|
||||
|
||||
export default router;
|
||||
|
||||
Reference in New Issue
Block a user