????

Your IP : 3.149.239.180


Current Path : C:/inetpub/vhost/binhdinhinvest.gdtvietnam.com/api/node_modules/nocache/
Upload File :
Current File : C:/inetpub/vhost/binhdinhinvest.gdtvietnam.com/api/node_modules/nocache/index.js

module.exports = function nocache() {
  return function nocache(_, res, next) {
    res.setHeader("Surrogate-Control", "no-store");
    res.setHeader("Cache-Control", "no-store, no-cache, must-revalidate, proxy-revalidate");
    res.setHeader("Expires", "0");

    next();
  };
};