mirror of
https://github.com/zumbiepig/MineXLauncher.git
synced 2025-06-26 10:05:10 +00:00
add express server
This commit is contained in:
8
routes/index.ts
Normal file
8
routes/index.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import { Router } from 'express';
|
||||
const indexRouter = Router();
|
||||
|
||||
indexRouter.get('/', async (req, res) => {
|
||||
// router for future use
|
||||
});
|
||||
|
||||
export { indexRouter };
|
||||
Reference in New Issue
Block a user