Fixes and updates.

This commit is contained in:
Wynne Crisman
2020-01-16 09:31:12 -08:00
parent 2e57558ef4
commit a20e42e360
25 changed files with 346 additions and 820 deletions

View File

@@ -22,8 +22,3 @@ if (!process.env.MAIL_URL) {
// console.log("Mail settings: " + process.env.MAIL_URL);
if(Meteor.log) Meteor.log.info("Server Started");
WebApp.rawConnectHandlers.use('/', function(req, res, next) {
res.setHeader('cache-control', 'no-cache');
next();
});