@ngx-smz/core 21.1.4 → 21.1.5

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.
@@ -45836,7 +45836,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.1", ngImpor
45836
45836
  class CommentsService extends BaseApiService {
45837
45837
  http;
45838
45838
  environment = inject(SmzEnvironment);
45839
- endpoint = '/api/comments';
45839
+ endpoint = 'api/comments';
45840
45840
  constructor(http) {
45841
45841
  super();
45842
45842
  this.http = http;