vesper-framework / vesper

Vesper is a NodeJS framework that helps you to create scalable, maintainable, extensible, declarative and fast GraphQL-based server applications.
http://vesper-framework.com
600 stars 35 forks source link

Added subscription path options. #52

Closed curbol closed 4 years ago

curbol commented 5 years ago

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})