Added Axios and removed fetch...
Axios has CSXF integrated.
This commit is contained in:
@@ -1,10 +1,6 @@
|
||||
export default {
|
||||
// apiGraphQL: 'http://localhost:8000/graphql',
|
||||
i18n: {
|
||||
languages: [
|
||||
{ code: 'it', name: 'Italiano', active: true },
|
||||
{ code: 'enUs', name: 'English', active: true }
|
||||
],
|
||||
default: 'it',
|
||||
fallbackTo: 'it'
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user