Commit ca53d05e authored by Merzough Münker's avatar Merzough Münker
Browse files

fix: update default config file path

parent 483a38b7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -37,7 +37,7 @@ export class ConfigService<Config extends Record<string, any> = Record<string, a

  public static LocalStorageKey = 'rxap/config/local-config';

  public static Urls = [ '/assets/config.json' ];
  public static Urls = [ 'config.json' ];

  /**
   * Used to load the app config from a remote resource.