mirror of
https://github.com/BeamMP/BeamMP-Website.git
synced 2026-02-16 02:30:47 +00:00
update forum link domain
from beamng-mp.com to beammp.com
This commit is contained in:
committed by
Starystars67
parent
049bed006c
commit
264ad20400
@@ -3,7 +3,7 @@ var router = express.Router();
|
||||
|
||||
module.exports = function(){
|
||||
router.get('/forum', function(req, res) {
|
||||
res.redirect('https://forum.beamng-mp.com/');
|
||||
res.redirect('https://forum.beammp.com/');
|
||||
});
|
||||
|
||||
router.get('/servers', function(req, res) {
|
||||
@@ -15,7 +15,7 @@ module.exports = function(){
|
||||
});
|
||||
|
||||
router.get('/keymaster', function(req, res) {
|
||||
res.redirect('https://forum.beamng-mp.com/');
|
||||
res.redirect('https://forum.beammp.com/');
|
||||
});
|
||||
|
||||
return router;
|
||||
|
||||
Reference in New Issue
Block a user