Hey there
I have a big problem.....
i bought a ssl certificate and change every link in my cms from http:// to https:// ...
Everything is working fine but not the client...
There are a few furnitures that are cubes now! But not all, just a few...
Does someone know what i've done wrong and can...
I'm trying to create a new axios instance with default params assigned.
The baseURL is appended, but not the params:
I have a static HTTP class that I clone with options for an axios instance:
static create(options: Object = {}): Object {
// See comment for class cloning...