mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
renaming the method name.
This commit is contained in:
parent
f1aa4b69ba
commit
816f378fda
@ -26,7 +26,7 @@ import Axios from 'axios';
|
||||
import Constants from './common/constants';
|
||||
import Configuration from './common/configuration';
|
||||
|
||||
function loadStore() {
|
||||
function loadPublisher() {
|
||||
const possibleLocale = navigator.language.split("-")[0];
|
||||
let loadLocaleFile = Axios.create({
|
||||
baseURL: Configuration.hostConstants.baseURL + "/" + Configuration.hostConstants.appContext + "/locales/"
|
||||
@ -59,5 +59,5 @@ function loadStore() {
|
||||
});
|
||||
}
|
||||
|
||||
Configuration.loadConfiguration(loadStore);
|
||||
Configuration.loadConfiguration(loadPublisher);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user