mirror of
https://github.com/yusufipk/RememberMe.git
synced 2026-09-11 10:56:07 +00:00
change(person/route) put, takes previous values if not specified by user
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
const helmet = require("helmet");
|
||||
const compression = require("compression");
|
||||
|
||||
module.exports = function (app) {
|
||||
app.use(helmet());
|
||||
app.use(compression());
|
||||
};
|
||||
Reference in New Issue
Block a user