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

Main => Add init of LocalConfig and HttpManager

parent 1b517081
No related branches found
No related tags found
No related merge requests found
console.log('Hello World!'); // Read from the .env file
\ No newline at end of file // ATTENTION : This line MUST be the first of this file
require('dotenv').config();
import HttpManager from './managers/HttpManager';
import LocalConfig from './Config/LocalConfig/LocalConfig';
LocalConfig.loadConfig();
HttpManager.registerAxiosInterceptor();
\ 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