mirror of
https://github.com/BeamMP/BeamMP-Website.git
synced 2026-02-16 10:40:51 +00:00
Added route to new page.
Added route to Linux builds download page for JS-free users **ONLY**.
This commit is contained in:
@@ -13,6 +13,10 @@ function mainRoutes(router) {
|
||||
router.get('/stats', function (req, res) {
|
||||
res.render('stats.ejs');
|
||||
});
|
||||
|
||||
router.get('/linux-builds', function (req, res) {
|
||||
res.render('linux-builds.ejs');
|
||||
});
|
||||
|
||||
router.get('/ping', function (req, res) {
|
||||
res.send('OK');
|
||||
|
||||
Reference in New Issue
Block a user