Progress on refactor
Update files paths, components
This commit is contained in:
@@ -33,7 +33,7 @@ export default getState => axios.create({
|
||||
transformResponse: [function (data) {
|
||||
try {
|
||||
return JSON.parse(data);
|
||||
} catch(Exception) {
|
||||
} catch (Exception) {
|
||||
return data;
|
||||
}
|
||||
}],
|
||||
|
||||
Reference in New Issue
Block a user