@stemy/backend 3.2.1 → 3.2.2

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.
@@ -5032,14 +5032,14 @@
5032
5032
  __metadata$7("design:returntype", Promise)
5033
5033
  ], AssetsController.prototype, "getImage", null);
5034
5034
  __decorate$a([
5035
- routingControllers.Get("/by-name/:id"),
5035
+ routingControllers.Get("/by-name/:name"),
5036
5036
  __param$5(0, routingControllers.Param("name")), __param$5(1, routingControllers.Res()),
5037
5037
  __metadata$7("design:type", Function),
5038
5038
  __metadata$7("design:paramtypes", [String, Object]),
5039
5039
  __metadata$7("design:returntype", Promise)
5040
5040
  ], AssetsController.prototype, "getFileByName", null);
5041
5041
  __decorate$a([
5042
- routingControllers.Get("/by-name/image/:id"),
5042
+ routingControllers.Get("/by-name/image/:name"),
5043
5043
  __param$5(0, routingControllers.Param("name")), __param$5(1, routingControllers.QueryParams()), __param$5(2, routingControllers.Res()),
5044
5044
  __metadata$7("design:type", Function),
5045
5045
  __metadata$7("design:paramtypes", [String, Object, Object]),