This change allows me to set the subscriptions path so I can get my API working in Azure. If the added options are not set it will default to what it was hard-coded to before, so it will behave exactly the same unless the new options are used.
The added options are:
subscriptionsRoute (defaults to '/subscriptions')
subscriptionsDomain (defaults to localhost:${this.options.port})
This change allows me to set the subscriptions path so I can get my API working in Azure. If the added options are not set it will default to what it was hard-coded to before, so it will behave exactly the same unless the new options are used.
The added options are: subscriptionsRoute (defaults to '/subscriptions') subscriptionsDomain (defaults to
localhost:${this.options.port}
)