@stemy/backend 3.4.2 → 3.4.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3265,6 +3265,7 @@
3265
3265
  exports.BackendProvider = /** @class */ (function () {
3266
3266
  function BackendProvider() {
3267
3267
  this.express = express();
3268
+ this.express.set("trust proxy", true);
3268
3269
  this.server = http.createServer(this.express);
3269
3270
  }
3270
3271
  Object.defineProperty(BackendProvider.prototype, "io", {