This commit is contained in:
Louis Lam
2023-10-26 13:23:45 +08:00
parent 5f70fa6baf
commit 7d1da2ad99
34 changed files with 1650 additions and 510 deletions

View File

@@ -7,7 +7,7 @@ export class MainRouter extends Router {
const router = express.Router();
router.get("/", (req, res) => {
res.send(server.indexHTML);
});
return router;