Solved
How do you customize the patch that gets requested by SPA Page Model Manager's `ModelManager.initialize()`?
I did see the apiHost option, but any guidance around this would be much appreciated!
I did see the apiHost option, but any guidance around this would be much appreciated!
Looks like I found the answer. In case others are looking for this you can use something like this:
```
let modelClient = new ModelClient();
ModelManager.initialize({
path: [YOUR PATH HERE...],
modelClient
})
```
Note, you _dont_ want to include the host (really the entire origin) as part of that path though 🙂
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.