@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.
- package/bundles/mtgame-core.umd.js +1 -1
- package/bundles/mtgame-core.umd.js.map +1 -1
- package/bundles/mtgame-core.umd.min.js +1 -1
- package/bundles/mtgame-core.umd.min.js.map +1 -1
- package/esm2015/services/centrifugo.service.js +2 -2
- package/esm5/services/centrifugo.service.js +2 -2
- package/fesm2015/mtgame-core.js +1 -1
- package/fesm2015/mtgame-core.js.map +1 -1
- package/fesm5/mtgame-core.js +1 -1
- package/fesm5/mtgame-core.js.map +1 -1
- package/package.json +1 -1
|
@@ -4295,7 +4295,7 @@
|
|
|
4295
4295
|
var _this = this;
|
|
4296
4296
|
if (!this.initializeEngineSubject) {
|
|
4297
4297
|
this.initializeEngineSubject = new ReplaySubject.ReplaySubject(1);
|
|
4298
|
-
this.httpClient.get('/api/v1/centrifugo/
|
|
4298
|
+
this.httpClient.get(this.configService.get('apiUrl') + "/api/v1/centrifugo/")
|
|
4299
4299
|
.subscribe(function (config) {
|
|
4300
4300
|
_this.initializeEngine({
|
|
4301
4301
|
url: _this.configService.get('centrifugoUrl'),
|