This commit is contained in:
psychobunny
2013-05-01 18:30:30 +00:00
2 changed files with 0 additions and 23 deletions

View File

@@ -124,11 +124,6 @@ var express = require('express'),
res.send(templates['header'] + templates['register'] + templates['footer']);
});
app.get('/account', function(req, res) {
refreshTemplates();
res.send(templates['header'] + templates['account_settings'] + templates['footer']);
});
app.get('/403', function(req, res) {
res.send(templates['header'] + templates['403'] + templates['footer']);
});