mirror of
https://github.com/mgerb/mywebsite
synced 2026-01-11 18:32:50 +00:00
added discord and other minor changes
This commit is contained in:
@@ -11,6 +11,12 @@ var temperature = mongoose.model('temperature');
|
||||
require('../models/posts');
|
||||
var posts = mongoose.model('posts');
|
||||
|
||||
router.get('/discord', function(req, res, next) {
|
||||
|
||||
res.redirect('https://discord.gg/0Z2tzxKECEj2BHwj');
|
||||
|
||||
});
|
||||
|
||||
/* GET home page. */
|
||||
router.get('/', function(req, res, next) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user