forked from ppanopticon/virtual-exhibition-manager-ui
-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Loris Sauter edited this page Aug 5, 2019
·
4 revisions
Welcome to the virtual-exhibition-manager-ui wiki!
Assuming you already know how to operate VREM and a default VREM is running on its default port 4567
, you only have to change the REST endpoint's address.
For instance, when running VREM locally, this would probably look as follows:
[...]
export class RestfulService {
/** URL to the RESTful endpoint. */
private _endpoint: string = 'http://localhost:4567/';
[...]
Otherwise replace localhost
with your endpoint