@mtgame/core 0.0.1 → 0.0.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.
@@ -4082,7 +4082,7 @@ var CentrifugoService = /** @class */ (function () {
4082
4082
  var _this = this;
4083
4083
  if (!this.initializeEngineSubject) {
4084
4084
  this.initializeEngineSubject = new ReplaySubject(1);
4085
- this.httpClient.get('/api/v1/centrifugo/')
4085
+ this.httpClient.get(this.configService.get('apiUrl') + "/api/v1/centrifugo/")
4086
4086
  .subscribe(function (config) {
4087
4087
  _this.initializeEngine({
4088
4088
  url: _this.configService.get('centrifugoUrl'),