Skip to content

Commit

Permalink
Merge pull request #23 from Enigmatis/subscription-support
Browse files Browse the repository at this point in the history
fix(subscription): fixed subscription path
  • Loading branch information
chenshoo authored Feb 11, 2020
2 parents 89ed892 + 47518f0 commit 8abc18c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/server/polaris-server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,9 @@ export class PolarisServer {
version: '',
},
formatError,
subscriptions: {
path: `/${this.polarisServerConfig.applicationProperties.version}/subscription`,
},
};
}

Expand Down

0 comments on commit 8abc18c

Please sign in to comment.