Skip to content
Snippets Groups Projects
Commit 3124b821 authored by michael.minelli's avatar michael.minelli
Browse files

App => Remove call to localConfig singleton

parent fd5ab6eb
No related branches found
No related tags found
No related merge requests found
...@@ -11,10 +11,8 @@ require('./shared/helpers/TypeScriptExtensions'); // ATTENTION : This line MUST ...@@ -11,10 +11,8 @@ require('./shared/helpers/TypeScriptExtensions'); // ATTENTION : This line MUST
import CommanderApp from './commander/CommanderApp'; import CommanderApp from './commander/CommanderApp';
import HttpManager from './managers/HttpManager'; import HttpManager from './managers/HttpManager';
import LocalConfig from './config/LocalConfig';
LocalConfig.loadConfig();
HttpManager.registerAxiosInterceptor(); HttpManager.registerAxiosInterceptor();
new CommanderApp(); new CommanderApp();
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment