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