@noatgnu/cupcake-core 1.2.12 → 1.2.13

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.
@@ -1277,6 +1277,9 @@ class SiteConfigService extends BaseApiService {
1277
1277
  }
1278
1278
  });
1279
1279
  }
1280
+ refreshConfig() {
1281
+ this.loadConfig();
1282
+ }
1280
1283
  fetchConfigFromBackend() {
1281
1284
  return this.get(`${this.apiUrl}/site-config/public/`);
1282
1285
  }